BillingConductor / Client / disassociate_pricing_rules
disassociate_pricing_rules#
- BillingConductor.Client.disassociate_pricing_rules(**kwargs)#
Disassociates a list of pricing rules from a pricing plan.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_pricing_rules( Arn='string', PricingRuleArns=[ 'string', ] )
- Parameters:
Arn (string) –
[REQUIRED]
The pricing plan Amazon Resource Name (ARN) to disassociate pricing rules from.
PricingRuleArns (list) –
[REQUIRED]
A list containing the Amazon Resource Name (ARN) of the pricing rules that will be disassociated.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{ 'Arn': 'string' }
Response Structure
(dict) –
Arn (string) –
The Amazon Resource Name (ARN) of the pricing plan that the pricing rules successfully disassociated from.
Exceptions
BillingConductor.Client.exceptions.ThrottlingException
BillingConductor.Client.exceptions.ConflictException
BillingConductor.Client.exceptions.AccessDeniedException
BillingConductor.Client.exceptions.ValidationException
BillingConductor.Client.exceptions.InternalServerException
BillingConductor.Client.exceptions.ResourceNotFoundException