QuickSight / Client / delete_account_custom_permission
delete_account_custom_permission¶
- QuickSight.Client.delete_account_custom_permission(**kwargs)¶
Unapplies a custom permissions profile from an account.
See also: AWS API Documentation
Request Syntax
response = client.delete_account_custom_permission( AwsAccountId='string' )
- Parameters:
AwsAccountId (string) –
[REQUIRED]
The ID of the Amazon Web Services account from which you want to unapply the custom permissions profile.
- Return type:
dict
- Returns:
Response Syntax
{ 'RequestId': 'string', 'Status': 123 }
Response Structure
(dict) –
RequestId (string) –
The Amazon Web Services request ID for this operation.
Status (integer) –
The HTTP status of the request.
Exceptions
QuickSight.Client.exceptions.AccessDeniedException
QuickSight.Client.exceptions.InvalidParameterValueException
QuickSight.Client.exceptions.ResourceNotFoundException
QuickSight.Client.exceptions.ThrottlingException
QuickSight.Client.exceptions.InternalFailureException