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
3036 3037 3038 3039 3040 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3036 class PullThroughCacheRuleAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |