Class: Aws::ECR::Types::ImageAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ImageAlreadyExistsException
- 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
-
#message ⇒ String
The error message associated with the exception.
Instance Attribute Details
#message ⇒ String
The error message associated with the exception.
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 |