BillingConductor / Client / delete_pricing_rule
delete_pricing_rule#
- BillingConductor.Client.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' ) - Parameters:
- Arn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the pricing rule that you are deleting. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'Arn': 'string' } - Response Structure- (dict) – - Arn (string) – - 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