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)


2047
2048
2049
2050
2051
# File 'lib/aws-sdk-ecr/types.rb', line 2047

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