class
Amazonite::Lambda::ExecutionStoppedDetails
- Amazonite::Lambda::ExecutionStoppedDetails
- Reference
- Object
Overview
Details about a durable execution that stopped.
Included Modules
- JSON::Serializable
Defined in:
lambda/execution_stopped_details.crConstructors
- .new(pull : JSON::PullParser)
- .new(error : EventError)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#error : EventError
Details about why the execution stopped.
-
#error=(error : EventError)
Details about why the execution stopped.
-
#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?.