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
4245 4246 4247 4248 4249 |
# File 'lib/aws-sdk-ecr/types.rb', line 4245 class UnableToDecryptSecretValueException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |