class
Amazonite::Lambda::ImageConfigError
- Amazonite::Lambda::ImageConfigError
- Reference
- Object
Overview
Error response to GetFunctionConfiguration.
Included Modules
- JSON::Serializable
Defined in:
lambda/image_config_error.crConstructors
- .new(pull : JSON::PullParser)
- .new(error_code : String | Nil = nil, message : String | Nil = nil)
- .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 | Nil
Error code.
-
#error_code=(error_code : String | Nil)
Error code.
-
#hash(hasher)
See
Object#hash(hasher) -
#message : String | Nil
Error message.
-
#message=(message : String | Nil)
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?.