QuickSight / Client / delete_custom_permissions
delete_custom_permissions#
- QuickSight.Client.delete_custom_permissions(**kwargs)#
- Deletes a custom permissions profile. - See also: AWS API Documentation - Request Syntax- response = client.delete_custom_permissions( AwsAccountId='string', CustomPermissionsName='string' ) - Parameters:
- AwsAccountId (string) – - [REQUIRED] - The ID of the Amazon Web Services account that contains the custom permissions profile that you want to delete. 
- CustomPermissionsName (string) – - [REQUIRED] - The name of the custom permissions profile that you want to delete. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'Status': 123, 'Arn': 'string', 'RequestId': 'string' } - Response Structure- (dict) – - Status (integer) – - The HTTP status of the request. 
- Arn (string) – - The Amazon Resource Name (ARN) of the custom permissions profile. 
- RequestId (string) – - The Amazon Web Services request ID for this operation. 
 
 
 - Exceptions- QuickSight.Client.exceptions.ConflictException
- QuickSight.Client.exceptions.AccessDeniedException
- QuickSight.Client.exceptions.ResourceNotFoundException
- QuickSight.Client.exceptions.ResourceExistsException
- QuickSight.Client.exceptions.InvalidParameterValueException
- QuickSight.Client.exceptions.ThrottlingException
- QuickSight.Client.exceptions.PreconditionNotMetException
- QuickSight.Client.exceptions.InternalFailureException
- QuickSight.Client.exceptions.ResourceUnavailableException