delete_evaluation_results

ConfigService.Client.delete_evaluation_results(**kwargs)

Deletes the evaluation results for the specified Config rule. You can specify one Config rule per request. After you delete the evaluation results, you can call the StartConfigRulesEvaluation API to start evaluating your Amazon Web Services resources against the rule.

See also: AWS API Documentation

Request Syntax

response = client.delete_evaluation_results(
    ConfigRuleName='string'
)
Parameters
ConfigRuleName (string) --

[REQUIRED]

The name of the Config rule for which you want to delete the evaluation results.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

    The output when you delete the evaluation results for the specified Config rule.

Exceptions

  • ConfigService.Client.exceptions.NoSuchConfigRuleException
  • ConfigService.Client.exceptions.ResourceInUseException