Class: Aws::ECR::Types::ExclusionAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ExclusionAlreadyExistsException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The specified pull time update exclusion already exists for the registry.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1817 1818 1819 1820 1821 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1817 class ExclusionAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |