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