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

***********************************
describe_self_upgrade_configuration
***********************************



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

  

  Describes 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/DescribeSelfUpgradeConfiguration>`_  


  **Request Syntax**
  ::

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

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

    

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

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

    

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

    
    ::

      {
          'SelfUpgradeConfiguration': {
              'SelfUpgradeStatus': 'AUTO_APPROVAL'|'ADMIN_APPROVAL'
          },
          'RequestId': 'string',
          'Status': 123
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **SelfUpgradeConfiguration** *(dict) --* 

        The self-upgrade configuration for the Quick Suite account.

        
        

        - **SelfUpgradeStatus** *(string) --* 

          Status set for the self-upgrade configuration for the Quick Suite account. It can contain the following values:

           

          
          * ``AUTO_APPROVAL``: All the self-upgrade requests will be auto approved.
           
          * ``ADMIN_APPROVAL``: All the self-upgrade requests will require admin approval.
          

          
    
      

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

  