class
Amazonite::Lambda::CallbackFailedDetails
- Amazonite::Lambda::CallbackFailedDetails
- Reference
- Object
Overview
Contains details about a failed callback operation, including error information and the reason for failure.
Included Modules
- JSON::Serializable
Defined in:
lambda/callback_failed_details.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#error : EventError
An error object that contains details about the failure.
-
#error=(error : EventError)
An error object that contains details about the 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?.