Class: Aws::ECR::Types::PullThroughCacheRuleAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::PullThroughCacheRuleAlreadyExistsException
- Includes:
- Structure
- Defined in:
- 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
2960 2961 2962 2963 2964 |
# File 'lib/aws-sdk-ecr/types.rb', line 2960 class PullThroughCacheRuleAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |