Class ImageAlreadyExistsException

All Implemented Interfaces:
Serializable

public class ImageAlreadyExistsException extends AmazonServiceException

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

See Also:
  • Constructor Details

    • ImageAlreadyExistsException

      public ImageAlreadyExistsException(String message)
      Constructs a new ImageAlreadyExistsException with the specified error message.
      Parameters:
      message - Describes the error encountered.