Class InvalidLayerException

  • All Implemented Interfaces:
    Serializable

    public class InvalidLayerException
    extends AmazonServiceException

    The layer digest calculation performed by Amazon ECR upon receipt of the image layer does not match the digest specified.

    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidLayerException

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