Values.LayerFailureSourceAn object representing an Amazon ECR image layer failure.
type nonrec t = {layerDigest : BatchedOperationLayerDigest.t option;The layer digest associated with the failure.
*)failureCode : LayerFailureCode.t option;The failure code associated with the failure.
*)failureReason : LayerFailureReason.t option;The reason for the failure.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of BatchedOperationLayerDigest.t ])
list ]