QuickSight / Client / update_brand_assignment

update_brand_assignment#

QuickSight.Client.update_brand_assignment(**kwargs)#

Updates a brand assignment.

See also: AWS API Documentation

Request Syntax

response = client.update_brand_assignment(
    AwsAccountId='string',
    BrandArn='string'
)
Parameters:
  • AwsAccountId (string) –

    [REQUIRED]

    The ID of the Amazon Web Services account that owns the brand assignment.

  • BrandArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the brand.

Return type:

dict

Returns:

Response Syntax

{
    'RequestId': 'string',
    'BrandArn': 'string'
}

Response Structure

  • (dict) –

    • RequestId (string) –

      The Amazon Web Services request ID for this operation.

    • BrandArn (string) –

      The Amazon Resource Name (ARN) of the brand.

Exceptions

  • QuickSight.Client.exceptions.ThrottlingException

  • QuickSight.Client.exceptions.InvalidRequestException

  • QuickSight.Client.exceptions.ResourceNotFoundException

  • QuickSight.Client.exceptions.AccessDeniedException

  • QuickSight.Client.exceptions.ConflictException

  • QuickSight.Client.exceptions.InternalServerException