Class: Aws::ECRPublic::Types::ImageDigestDoesNotMatchException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb

Overview

The specified image digest doesn't match the digest that Amazon ECR calculated for the image.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


821
822
823
824
825
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 821

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