Class: Aws::ECRPublic::Types::ImageAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::ImageAlreadyExistsException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
744 745 746 747 748 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 744 class ImageAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |