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.ThrottlingExceptionBillingConductor.Client.exceptions.ConflictExceptionBillingConductor.Client.exceptions.AccessDeniedExceptionBillingConductor.Client.exceptions.ValidationExceptionBillingConductor.Client.exceptions.InternalServerExceptionBillingConductor.Client.exceptions.ResourceNotFoundException