AWS Config
  1. Root
AWS Config
  • Root
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
  1. Root

/

POST
/
Deletes one or more remediation exceptions mentioned in the resource keys.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "ConfigRuleName": "string",
    "ResourceKeys": []
}'
Response Response Example
200 - Example 1
{
  "FailedBatches": []
}

Request

Header Params
X-Amz-Target
string 
required
Body Params application/json
ConfigRuleName
string 
required
The name of the Config rule for which you want to delete remediation exception configuration.
>= 1 characters<= 128 characters
Match pattern:
.*\S.*
ResourceKeys
array[object (RemediationExceptionResourceKey) {2}] 
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.
>= 1 items<= 100 items
ResourceType
string 
optional
The type of a resource.
>= 1 characters<= 256 characters
ResourceId
string 
optional
The ID of the resource (for example., sg-xxxxxx).
>= 1 characters<= 1024 characters
Examples

Responses

🟢200Success
application/json
Body
FailedBatches
array[object (FailedDeleteRemediationExceptionsBatch) {2}] 
optional
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.
FailureMessage
string 
optional
Returns a failure message for delete remediation exception. For example, Config creates an exception due to an internal error.
FailedItems
array[object (RemediationExceptionResourceKey) {2}] 
optional
Returns remediation exception resource key object of the failed items.
>= 1 items<= 100 items
🟠480NoSuchRemediationExceptionException
Modified at 2023-08-15 05:59:06
Previous
/
Next
/
Built with