class
Amazonite::Lambda::RuntimeVersionError
- Amazonite::Lambda::RuntimeVersionError
- Reference
- Object
Overview
Any error returned when the runtime version information for the function could not be retrieved.
Included Modules
- JSON::Serializable
Defined in:
lambda/runtime_version_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?.