delete_pricing_rule
(**kwargs)¶Deletes the pricing rule that's identified by the input Amazon Resource Name (ARN).
See also: AWS API Documentation
Request Syntax
response = client.delete_pricing_rule(
Arn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the pricing rule that you are deleting.
{
'Arn': 'string'
}
Response Structure
The Amazon Resource Name (ARN) of the deleted pricing rule.
Exceptions
BillingConductor.Client.exceptions.ThrottlingException
BillingConductor.Client.exceptions.ConflictException
BillingConductor.Client.exceptions.AccessDeniedException
BillingConductor.Client.exceptions.ValidationException
BillingConductor.Client.exceptions.InternalServerException