Class: Aws::ECR::Types::ImageTagAlreadyExistsException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecr/types.rb

Overview

The specified image is tagged with a tag that already exists. The repository is configured for tag immutability.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2035
2036
2037
2038
2039
# File 'lib/aws-sdk-ecr/types.rb', line 2035

class ImageTagAlreadyExistsException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end