class
Amazonite::SecretsManager::ValidationErrorsEntry
- Amazonite::SecretsManager::ValidationErrorsEntry
- Reference
- Object
Overview
Displays errors that occurred during validation of the resource policy.
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/validation_errors_entry.crConstructors
- .new(pull : JSON::PullParser)
- .new(check_name : String | Nil = nil, error_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. -
#check_name : String | Nil
Checks the name of the policy.
-
#check_name=(check_name : String | Nil)
Checks the name of the policy.
-
#error_message : String | Nil
Displays error messages if validation encounters problems during validation of the resource policy.
-
#error_message=(error_message : String | Nil)
Displays error messages if validation encounters problems during validation of the resource policy.
-
#hash(hasher)
See
Object#hash(hasher) - #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_message : String | Nil
#
Displays error messages if validation encounters problems during validation of the resource policy.
def error_message=(error_message : String | Nil)
#
Displays error messages if validation encounters problems during validation of the resource policy.