QuickSight / Client / delete_user_custom_permission

delete_user_custom_permission#

QuickSight.Client.delete_user_custom_permission(**kwargs)#

Deletes a custom permissions profile from a user.

See also: AWS API Documentation

Request Syntax

response = client.delete_user_custom_permission(
    UserName='string',
    AwsAccountId='string',
    Namespace='string'
)
Parameters:
  • UserName (string) –

    [REQUIRED]

    The username of the user that you want to remove custom permissions from.

  • AwsAccountId (string) –

    [REQUIRED]

    The ID of the Amazon Web Services account that contains the custom permission configuration that you want to delete.

  • Namespace (string) –

    [REQUIRED]

    The namespace that the user belongs to.

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