QuickSight / Client / describe_brand_assignment

describe_brand_assignment#

QuickSight.Client.describe_brand_assignment(**kwargs)#

Describes a brand assignment.

See also: AWS API Documentation

Request Syntax

response = client.describe_brand_assignment(
    AwsAccountId='string'
)
Parameters:

AwsAccountId (string) –

[REQUIRED]

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

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