QuickSight / Client / update_q_personalization_configuration
update_q_personalization_configuration¶
- QuickSight.Client.update_q_personalization_configuration(**kwargs)¶
- Updates a personalization configuration. - See also: AWS API Documentation - Request Syntax- response = client.update_q_personalization_configuration( AwsAccountId='string', PersonalizationMode='ENABLED'|'DISABLED' ) - Parameters:
- AwsAccountId (string) – - [REQUIRED] - The ID of the Amazon Web Services account account that contains the personalization configuration that the user wants to update. 
- PersonalizationMode (string) – - [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. 
 
- Return type:
- 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- QuickSight.Client.exceptions.AccessDeniedException
- QuickSight.Client.exceptions.ConflictException
- QuickSight.Client.exceptions.InvalidParameterValueException
- QuickSight.Client.exceptions.ResourceNotFoundException
- QuickSight.Client.exceptions.ThrottlingException
- QuickSight.Client.exceptions.InternalFailureException
- QuickSight.Client.exceptions.ResourceUnavailableException