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

*************************************
update_default_q_business_application
*************************************



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

  

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

  

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


  **Request Syntax**
  ::

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

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

    

  
  :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.

    

  
  :type ApplicationId: string
  :param ApplicationId: **[REQUIRED]** 

    The ID of the Amazon Q Business application that you want to update.

    

  
  
  :rtype: 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**
  
  *   :py:class:`QuickSight.Client.exceptions.AccessDeniedException`

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

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

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

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

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

  