QuickSight / Client / update_account_custom_permission

update_account_custom_permission

QuickSight.Client.update_account_custom_permission(**kwargs)

Applies a custom permissions profile to an account.

See also: AWS API Documentation

Request Syntax

response = client.update_account_custom_permission(
    CustomPermissionsName='string',
    AwsAccountId='string'
)
Parameters:
  • CustomPermissionsName (string) –

    [REQUIRED]

    The name of the custom permissions profile that you want to apply to an account.

  • AwsAccountId (string) –

    [REQUIRED]

    The ID of the Amazon Web Services account for which you want to apply a 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