class Amazonite::Lambda::StepFailedDetails

Overview

Details about a step that failed.

Included Modules

Defined in:

lambda/step_failed_details.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(error : EventError, retry_details : RetryDetails) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def error : EventError #

Details about the step failure.


[View source]
def error=(error : EventError) #

Details about the step failure.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def retry_details : RetryDetails #

Information about retry attempts for this step operation.


[View source]
def retry_details=(retry_details : RetryDetails) #

Information about retry attempts for this step operation.


[View source]
def validate! : Nil #

[View source]