Class: Aws::ECR::Types::UnableToAccessSecretException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::UnableToAccessSecretException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The secret is unable to be accessed. Verify the resource permissions for the secret and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4169 4170 4171 4172 4173 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4169 class UnableToAccessSecretException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |