Class: Aws::ECR::Types::SecretNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::SecretNotFoundException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The ARN of the secret specified in the pull through cache rule was not found. Update the pull through cache rule with a valid secret ARN and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3883 3884 3885 3886 3887 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3883 class SecretNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |