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

**********************************
update_dashboards_qa_configuration
**********************************



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

  

  Updates a Dashboard QA configuration.

  

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


  **Request Syntax**
  ::

    response = client.update_dashboards_qa_configuration(
        AwsAccountId='string',
        DashboardsQAStatus='ENABLED'|'DISABLED'
    )
    
  :type AwsAccountId: string
  :param AwsAccountId: **[REQUIRED]** 

    The ID of the Amazon Web Services account that contains the dashboard QA configuration that you want to update.

    

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

    The status of dashboards QA configuration that you want to update.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'DashboardsQAStatus': 'ENABLED'|'DISABLED',
          'RequestId': 'string',
          'Status': 123
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **DashboardsQAStatus** *(string) --* 

        A value that indicates whether the dashboard QA configuration is enabled or not.

        
      

      - **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.InvalidParameterValueException`

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

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

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

  