delete_remediation_configuration

ConfigService.Client.delete_remediation_configuration(**kwargs)

Deletes the remediation configuration.

See also: AWS API Documentation

Request Syntax

response = client.delete_remediation_configuration(
    ConfigRuleName='string',
    ResourceType='string'
)
Parameters
  • ConfigRuleName (string) --

    [REQUIRED]

    The name of the Config rule for which you want to delete remediation configuration.

  • ResourceType (string) -- The type of a resource.
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • ConfigService.Client.exceptions.NoSuchRemediationConfigurationException
  • ConfigService.Client.exceptions.RemediationInProgressException
  • ConfigService.Client.exceptions.InsufficientPermissionsException
  • ConfigService.Client.exceptions.InvalidParameterValueException