class
Amazonite::Lambda::TagsError
- Amazonite::Lambda::TagsError
- Reference
- Object
Overview
An object that contains details about an error related to retrieving tags.
Included Modules
- JSON::Serializable
Defined in:
lambda/tags_error.crConstructors
- .new(error_code : String, message : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#error_code : String
The error code.
-
#error_code=(error_code : String)
The error code.
-
#hash(hasher)
See
Object#hash(hasher) -
#message : String
The error message.
-
#message=(message : String)
The error message.
- #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?.