Class: Aws::ECR::Types::ImageAlreadyExistsException

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

The error message associated with the exception.

Returns:

  • (String)


1994
1995
1996
1997
1998
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1994

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