Class: Aws::ECR::Types::ExclusionAlreadyExistsException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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