Class: Aws::ECRPublic::Types::ImageTagAlreadyExistsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/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)


891
892
893
894
895
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 891

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