Class: Aws::ECR::Types::ImageDigestDoesNotMatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ImageDigestDoesNotMatchException
- 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
#message ⇒ String
2386 2387 2388 2389 2390 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2386 class ImageDigestDoesNotMatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |