Class: Aws::ECRPublic::Types::RepositoryPolicyNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::RepositoryPolicyNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecrpublic/types.rb
Overview
The specified repository and registry combination doesn’t have an associated repository policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1730 1731 1732 1733 1734 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 1730 class RepositoryPolicyNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |