Class: Aws::ECRPublic::Types::ImageAlreadyExistsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb

Overview

The specified image has already been pushed, and there were no changes to the manifest or image tag after the last push.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


744
745
746
747
748
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 744

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