class
Amazonite::Lambda::FunctionCodeLocationError
- Amazonite::Lambda::FunctionCodeLocationError
- Reference
- Object
Overview
Contains details about an error that occurred when Lambda attempted to retrieve a function's deployment package.
Included Modules
- JSON::Serializable
Defined in:
lambda/function_code_location_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
The error code that identifies why Lambda failed to retrieve the deployment package.
-
#error_code=(error_code : String | Nil)
The error code that identifies why Lambda failed to retrieve the deployment package.
-
#hash(hasher)
See
Object#hash(hasher) -
#message : String | Nil
The human-readable message that describes why Lambda failed to retrieve the deployment package.
-
#message=(message : String | Nil)
The human-readable message that describes why Lambda failed to retrieve the deployment package.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The error code that identifies why Lambda failed to retrieve the deployment package.
The error code that identifies why Lambda failed to retrieve the deployment package.
The human-readable message that describes why Lambda failed to retrieve the deployment package.
The human-readable message that describes why Lambda failed to retrieve the deployment package.