disassociate_accounts
(**kwargs)¶Removes the specified list of account IDs from the given billing group.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_accounts(
Arn='string',
AccountIds=[
'string',
]
)
[REQUIRED]
The Amazon Resource Name (ARN) of the billing group that the array of account IDs will disassociate from.
[REQUIRED]
The array of account IDs to disassociate.
dict
Response Syntax
{
'Arn': 'string'
}
Response Structure
(dict) --
Arn (string) --
The Amazon Resource Name (ARN) of the billing group that the array of account IDs is 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