class
Amazonite::SecretsManager::APIErrorType
- Amazonite::SecretsManager::APIErrorType
- Reference
- Object
Overview
The error Secrets Manager encountered while retrieving an individual secret as part of BatchGetSecretValue.
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/api_error_type.crConstructors
- .new(pull : JSON::PullParser)
- .new(secret_id : String | Nil = nil, error_code : String | Nil = nil, message : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#error_code : String | Nil
The error Secrets Manager encountered while retrieving an individual secret as part of BatchGetSecretValue, for example
ResourceNotFoundException,InvalidParameterException,InvalidRequestException,DecryptionFailure, orAccessDeniedException. -
#error_code=(error_code : String | Nil)
The error Secrets Manager encountered while retrieving an individual secret as part of BatchGetSecretValue, for example
ResourceNotFoundException,InvalidParameterException,InvalidRequestException,DecryptionFailure, orAccessDeniedException. -
#hash(hasher)
See
Object#hash(hasher) -
#message : String | Nil
A message describing the error.
-
#message=(message : String | Nil)
A message describing the error.
-
#secret_id : String | Nil
The ARN or name of the secret.
-
#secret_id=(secret_id : String | Nil)
The ARN or name of the secret.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The error Secrets Manager encountered while retrieving an individual secret as part of
BatchGetSecretValue, for example ResourceNotFoundException,InvalidParameterException,
InvalidRequestException, DecryptionFailure, or AccessDeniedException.
The error Secrets Manager encountered while retrieving an individual secret as part of
BatchGetSecretValue, for example ResourceNotFoundException,InvalidParameterException,
InvalidRequestException, DecryptionFailure, or AccessDeniedException.