class
Amazonite::Lambda::EnvironmentError
- Amazonite::Lambda::EnvironmentError
- Reference
- Object
Overview
Error messages for environment variables that couldn't be applied.
Included Modules
- JSON::Serializable
Defined in:
lambda/environment_error.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#error_code : String | Nil
The error code.
-
#error_code=(error_code : String | Nil)
The error code.
-
#hash(hasher)
See
Object#hash(hasher) -
#message : String | Nil
The error message.
-
#message=(message : String | Nil)
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?.