Class: Aws::ECRPublic::Types::LayerFailure
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::LayerFailure
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecrpublic/types.rb
Overview
An object that represents an Amazon ECR image layer failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failure_code ⇒ String
The failure code that’s associated with the failure.
-
#failure_reason ⇒ String
The reason for the failure.
-
#layer_digest ⇒ String
The layer digest that’s associated with the failure.
Instance Attribute Details
#failure_code ⇒ String
The failure code that’s associated with the failure.
1098 1099 1100 1101 1102 1103 1104 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 1098 class LayerFailure < Struct.new( :layer_digest, :failure_code, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The reason for the failure.
1098 1099 1100 1101 1102 1103 1104 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 1098 class LayerFailure < Struct.new( :layer_digest, :failure_code, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#layer_digest ⇒ String
The layer digest that’s associated with the failure.
1098 1099 1100 1101 1102 1103 1104 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 1098 class LayerFailure < Struct.new( :layer_digest, :failure_code, :failure_reason) SENSITIVE = [] include Aws::Structure end |