Class: Aws::ECR::Types::UnableToDecryptSecretValueException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::UnableToDecryptSecretValueException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
The secret is accessible but is unable to be decrypted. Verify the resource permisisons and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4251 4252 4253 4254 4255 |
# File 'lib/aws-sdk-ecr/types.rb', line 4251 class UnableToDecryptSecretValueException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |