Class: Aws::ECR::Types::RegistryPolicyNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::RegistryPolicyNotFoundException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The registry doesn't have an associated registry policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3360 3361 3362 3363 3364 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3360 class RegistryPolicyNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |