class
Amazonite::Lambda::ChainedInvokeFailedDetails
- Amazonite::Lambda::ChainedInvokeFailedDetails
- Reference
- Object
Overview
Contains details about a failed chained function invocation, including error information and failure reason.
Included Modules
- JSON::Serializable
Defined in:
lambda/chained_invoke_failed_details.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#error : EventError
Details about the chained invocation failure.
-
#error=(error : EventError)
Details about the chained invocation failure.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.