Class: Aws::ECR::Types::ImageDigestDoesNotMatchException

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

Overview

The specified image digest does not match the digest that Amazon ECR calculated for the image.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1799
1800
1801
1802
1803
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1799

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