You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ECR::Types::LayerFailure
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::LayerFailure
- Defined in:
- (unknown)
Overview
An object representing an Amazon ECR image layer failure.
Instance Attribute Summary collapse
-
#failure_code ⇒ String
The failure code associated with the failure.
-
#failure_reason ⇒ String
The reason for the failure.
-
#layer_digest ⇒ String
The layer digest associated with the failure.
Instance Attribute Details
#failure_code ⇒ String
The failure code associated with the failure.
Possible values:
- InvalidLayerDigest
- MissingLayerDigest
#failure_reason ⇒ String
The reason for the failure.
#layer_digest ⇒ String
The layer digest associated with the failure.