Values.ImageFailureSourceAn object that represents an Amazon ECR image failure.
type nonrec t = {imageId : ImageIdentifier.t option;The image ID that's associated with the failure.
*)failureCode : ImageFailureCode.t option;The code that's associated with the failure.
*)failureReason : ImageFailureReason.t option;The reason for the failure.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ImageFailureReason.t
| `Structure of (string * [> `String of ImageDigest.t ]) list ])
list ]