Class: Aws::ECR::Types::RepositoryPolicyNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::RepositoryPolicyNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
The specified repository and registry combination does not have an associated repository policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message associated with the exception.
Instance Attribute Details
#message ⇒ String
The error message associated with the exception.
3772 3773 3774 3775 3776 |
# File 'lib/aws-sdk-ecr/types.rb', line 3772 class RepositoryPolicyNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |