class
Amazonite::DynamoDB::FailureException
- Amazonite::DynamoDB::FailureException
- Reference
- Object
Overview
Represents a failure a contributor insights operation.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/failure_exception.crConstructors
- .new(pull : JSON::PullParser)
- .new(exception_name : String | Nil = nil, exception_description : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#exception_description : String | Nil
Description of the failure.
-
#exception_description=(exception_description : String | Nil)
Description of the failure.
-
#exception_name : String | Nil
Exception name.
-
#exception_name=(exception_name : String | Nil)
Exception name.
-
#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?.