Values.FailedDeleteRemediationExceptionsBatchSourceList of each of the failed delete remediation exceptions with specific reasons.
type nonrec t = {failureMessage : String_.t option;Returns a failure message for delete remediation exception. For example, Config creates an exception due to an internal error.
*)failedItems : RemediationExceptionResourceKeys.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 StringWithCharLimit256.t ]) list ]
list
| `String of String_.t ])
list ]