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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1696
1697
1698
1699
1700
# File 'lib/aws-sdk-ecr/types.rb', line 1696

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