Delete Remediation Exceptions
configservice_delete_remediation_exceptions | R Documentation |
Deletes one or more remediation exceptions mentioned in the resource keys¶
Description¶
Deletes 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.
Usage¶
Arguments¶
ConfigRuleName
[required] The name of the Config rule for which you want to delete remediation exception configuration.
ResourceKeys
[required] An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys.
Value¶
A list with the following syntax:
list(
FailedBatches = list(
list(
FailureMessage = "string",
FailedItems = list(
list(
ResourceType = "string",
ResourceId = "string"
)
)
)
)
)