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',
]
)
[REQUIRED]
The pricing plan Amazon Resource Name (ARN) to disassociate pricing rules from.
[REQUIRED]
A list containing the Amazon Resource Name (ARN) of the pricing rules that will be disassociated.
dict
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