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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2151
2152
2153
2154
2155
# File 'lib/aws-sdk-ecr/types.rb', line 2151

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