DataZone / Client / delete_account_pool
delete_account_pool¶
- DataZone.Client.delete_account_pool(**kwargs)¶
Deletes an account pool.
See also: AWS API Documentation
Request Syntax
response = client.delete_account_pool( domainIdentifier='string', identifier='string' )
- Parameters:
domainIdentifier (string) –
[REQUIRED]
The ID of the domain where the account pool is deleted.
identifier (string) –
[REQUIRED]
The ID of the account pool to be deleted.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
DataZone.Client.exceptions.InternalServerException
DataZone.Client.exceptions.ResourceNotFoundException
DataZone.Client.exceptions.AccessDeniedException
DataZone.Client.exceptions.ThrottlingException
DataZone.Client.exceptions.ValidationException
DataZone.Client.exceptions.UnauthorizedException