:doc:`QuickSight <../../quicksight>` / Client / describe_default_q_business_application

***************************************
describe_default_q_business_application
***************************************



.. py:method:: QuickSight.Client.describe_default_q_business_application(**kwargs)

  

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

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDefaultQBusinessApplication>`_  


  **Request Syntax**
  ::

    response = client.describe_default_q_business_application(
        AwsAccountId='string',
        Namespace='string'
    )
    
  :type AwsAccountId: string
  :param AwsAccountId: **[REQUIRED]** 

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

    

  
  :type Namespace: string
  :param Namespace: 

    The Quick Sight 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.

    

  
  
  :rtype: 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 Quick Sight account.

        
  
  **Exceptions**
  
  *   :py:class:`QuickSight.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`QuickSight.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`QuickSight.Client.exceptions.ThrottlingException`

  
  *   :py:class:`QuickSight.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`QuickSight.Client.exceptions.InternalFailureException`

  