Values.FailedRemediationExceptionBatchSourceList of each of the failed remediation exceptions with specific reasons.
type nonrec t = {failureMessage : String_.t option;Returns a failure message. For example, the auto-remediation has failed.
*)failedItems : RemediationExceptions.t option;Returns remediation exception resource key object of the failed items.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of ConfigRuleName.t | `Timestamp of Date.t ])
list ]
list
| `String of String_.t ])
list ]