class
Amazonite::Lambda::FilterCriteriaError
- Amazonite::Lambda::FilterCriteriaError
- Reference
- Object
Overview
An object that contains details about an error related to filter criteria encryption.
Included Modules
- JSON::Serializable
Defined in:
lambda/filter_criteria_error.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#error_code : String | Nil
The KMS exception that resulted from filter criteria encryption or decryption.
-
#error_code=(error_code : String | Nil)
The KMS exception that resulted from filter criteria encryption or decryption.
-
#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?.
def error_code : String | Nil
#
The KMS exception that resulted from filter criteria encryption or decryption.
def error_code=(error_code : String | Nil)
#
The KMS exception that resulted from filter criteria encryption or decryption.