Class: Aws::ECR::Types::PullThroughCacheRuleAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::PullThroughCacheRuleAlreadyExistsException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
A pull through cache rule with these settings already exists for the private registry.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2963 2964 2965 2966 2967 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2963 class PullThroughCacheRuleAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |