Billing / Client / disassociate_source_views
disassociate_source_views¶
- Billing.Client.disassociate_source_views(**kwargs)¶
- Removes the association between one or more source billing views and an existing billing view. This allows modifying the composition of aggregate billing views. - See also: AWS API Documentation - Request Syntax- response = client.disassociate_source_views( arn='string', sourceViews=[ 'string', ] ) - Parameters:
- arn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the billing view to disassociate source views from. 
- sourceViews (list) – - [REQUIRED] - A list of ARNs of the source billing views to disassociate. - (string) – 
 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'arn': 'string' } - Response Structure- (dict) – - arn (string) – - The ARN of the billing view that the source views were disassociated from. 
 
 
 - Exceptions- Billing.Client.exceptions.BillingViewHealthStatusException
- Billing.Client.exceptions.ThrottlingException
- Billing.Client.exceptions.ResourceNotFoundException
- Billing.Client.exceptions.AccessDeniedException
- Billing.Client.exceptions.ConflictException
- Billing.Client.exceptions.ValidationException
- Billing.Client.exceptions.InternalServerException