Values.DescribeRemediationExceptionsResponseSourceReturns the details of one or more remediation exceptions. A detailed view of a remediation exception for a set of resources that includes an explanation of an exception and the time when the exception will be deleted. When you specify the limit and the next token, you receive a paginated response. 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. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you request resources in batch. It is only applicable, when you request all resources.
type nonrec t = {remediationExceptions : RemediationExceptions.t option;Returns a list of remediation exception objects.
*)nextToken : String_.t option;The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
*)}type nonrec error = [ | `InvalidNextTokenException of InvalidNextTokenException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidNextTokenException of unit
| `InvalidParameterValueException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidNextTokenException of unit
| `InvalidParameterValueException of unit
| `Unknown_operation_error of string * string option ]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 ]