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.
3716 3717 3718 3719 3720 |
# File 'lib/aws-sdk-ecr/types.rb', line 3716 class RepositoryPolicyNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |