Class: Aws::ECR::Types::InvalidLayerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::InvalidLayerException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The layer digest calculation performed by Amazon ECR upon receipt of the image layer does not match the digest specified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message associated with the exception.
Instance Attribute Details
#message ⇒ String
The error message associated with the exception.
2386 2387 2388 2389 2390 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2386 class InvalidLayerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |