Values.DeleteRemediationExceptionsResponseSourceDeletes one or more remediation exceptions mentioned in the resource keys. Config generates a remediation exception when a problem occurs executing a remediation action to a specific resource. Remediation exceptions blocks auto-remediation until the exception is cleared.
type nonrec t = {failedBatches : FailedDeleteRemediationExceptionsBatches.t option;Returns a list of failed delete remediation exceptions batch objects. Each object in the batch consists of a list of failed items and failure messages.
*)}type nonrec error = [ | `NoSuchRemediationExceptionException of NoSuchRemediationExceptionException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `NoSuchRemediationExceptionException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `NoSuchRemediationExceptionException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of StringWithCharLimit256.t ])
list ]
list
| `String of String_.t ])
list ]
list ])
list ]