delete_safety_rule

Route53RecoveryControlConfig.Client.delete_safety_rule(**kwargs)

Deletes a safety rule.

/>

See also: AWS API Documentation

Request Syntax

response = client.delete_safety_rule(
    SafetyRuleArn='string'
)
Parameters
SafetyRuleArn (string) --

[REQUIRED]

The ARN of the safety rule.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

    200 response - Success.

Exceptions

  • Route53RecoveryControlConfig.Client.exceptions.ResourceNotFoundException
  • Route53RecoveryControlConfig.Client.exceptions.ValidationException
  • Route53RecoveryControlConfig.Client.exceptions.InternalServerException