class Aws::ConfigService::Types::DeleteRemediationExceptionsRequest

@note When making an API call, you may pass DeleteRemediationExceptionsRequest

data as a hash:

    {
      config_rule_name: "ConfigRuleName", # required
      resource_keys: [ # required
        {
          resource_type: "StringWithCharLimit256",
          resource_id: "StringWithCharLimit1024",
        },
      ],
    }

@!attribute [rw] config_rule_name

The name of the Config rule for which you want to delete remediation
exception configuration.
@return [String]

@!attribute [rw] resource_keys

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.
@return [Array<Types::RemediationExceptionResourceKey>]

@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteRemediationExceptionsRequest AWS API Documentation

Constants

SENSITIVE