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

*********************************
update_self_upgrade_configuration
*********************************



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

  

  Updates the self-upgrade configuration for a Quick Suite account.

  

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


  **Request Syntax**
  ::

    response = client.update_self_upgrade_configuration(
        AwsAccountId='string',
        Namespace='string',
        SelfUpgradeStatus='AUTO_APPROVAL'|'ADMIN_APPROVAL'
    )
    
  :type AwsAccountId: string
  :param AwsAccountId: **[REQUIRED]** 

    The ID of the Amazon Web Services account that contains the Quick Suite self-upgrade configuration that you want to update.

    

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

    The Quick Suite namespace that you want to update the Quick Suite self-upgrade configuration for.

    

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

    The self-upgrade status that you want to set for the Quick Suite account.

    

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

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

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

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

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

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

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

  