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

**************************************
update_q_personalization_configuration
**************************************



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

  

  Updates a personalization configuration.

  

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


  **Request Syntax**
  ::

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

    The ID of the Amazon Web Services account account that contains the personalization configuration that the user wants to update.

    

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

    An option to allow Amazon Quick Sight to customize data stories with user specific metadata, specifically location and job information, in your IAM Identity Center instance.

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **PersonalizationMode** *(string) --* 

        The personalization mode that is used for the personalization configuration.

        
      

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

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

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

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

  