| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ECR.Types.LayerFailure
Description
Documentation
data LayerFailure Source #
An object representing an Amazon ECR image layer failure.
See: newLayerFailure smart constructor.
Constructors
| LayerFailure' | |
Fields
| |
Instances
newLayerFailure :: LayerFailure Source #
Create a value of LayerFailure with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:failureCode:LayerFailure', layerFailure_failureCode - The failure code associated with the failure.
$sel:failureReason:LayerFailure', layerFailure_failureReason - The reason for the failure.
$sel:layerDigest:LayerFailure', layerFailure_layerDigest - The layer digest associated with the failure.
layerFailure_failureCode :: Lens' LayerFailure (Maybe LayerFailureCode) Source #
The failure code associated with the failure.
layerFailure_failureReason :: Lens' LayerFailure (Maybe Text) Source #
The reason for the failure.
layerFailure_layerDigest :: Lens' LayerFailure (Maybe Text) Source #
The layer digest associated with the failure.