BillingConductor / Client / associate_pricing_rules
associate_pricing_rules#
- BillingConductor.Client.associate_pricing_rules(**kwargs)#
- Connects an array of - PricingRuleArnsto a defined- PricingPlan. The maximum number- PricingRuleArnthat can be associated in one call is 30.- See also: AWS API Documentation - Request Syntax- response = client.associate_pricing_rules( Arn='string', PricingRuleArns=[ 'string', ] ) - Parameters:
- Arn (string) – - [REQUIRED] - The - PricingPlanArnthat the- PricingRuleArnsare associated with.
- PricingRuleArns (list) – - [REQUIRED] - The - PricingRuleArnsthat are associated with the Pricing Plan.- (string) – 
 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'Arn': 'string' } - Response Structure- (dict) – - Arn (string) – - The - PricingPlanArnthat the- PricingRuleArnsare associated with.
 
 
 - Exceptions- BillingConductor.Client.exceptions.ThrottlingException
- BillingConductor.Client.exceptions.ConflictException
- BillingConductor.Client.exceptions.AccessDeniedException
- BillingConductor.Client.exceptions.ValidationException
- BillingConductor.Client.exceptions.ServiceLimitExceededException
- BillingConductor.Client.exceptions.InternalServerException
- BillingConductor.Client.exceptions.ResourceNotFoundException