QuickSight / Client / describe_default_q_business_application

describe_default_q_business_application#

QuickSight.Client.describe_default_q_business_application(**kwargs)#

Describes a Amazon Q Business application that is linked to an Amazon QuickSight account.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The ID of the Amazon QuickSight account that is linked to the Amazon Q Business application that you want described.

  • Namespace (string) – The Amazon QuickSight namespace that contains the linked Amazon Q Business application. If this field is left blank, the default namespace is used. Currently, the default namespace is the only valid value for this parameter.

Return type:

dict

Returns:

Response Syntax

{
    'RequestId': 'string',
    'Status': 123,
    'ApplicationId': 'string'
}

Response Structure

  • (dict) –

    • RequestId (string) –

      The Amazon Web Services request ID for this operation.

    • Status (integer) –

      The HTTP status of the request.

    • ApplicationId (string) –

      The ID of the Amazon Q Business application that is linked to the Amazon QuickSight account.

Exceptions