QuickSight / Client / update_default_q_business_application
update_default_q_business_application#
- QuickSight.Client.update_default_q_business_application(**kwargs)#
- Updates a Amazon Q Business application that is linked to a Amazon QuickSight account. - See also: AWS API Documentation - Request Syntax- response = client.update_default_q_business_application( AwsAccountId='string', Namespace='string', ApplicationId='string' ) - Parameters:
- AwsAccountId (string) – - [REQUIRED] - The ID of the Amazon QuickSight account that is connected to the Amazon Q Business application that you want to update. 
- Namespace (string) – The Amazon QuickSight namespace that contains the linked Amazon Q Business application. If this field is left blank, the default namespace is used. Currently, the default namespace is the only valid value for this parameter. 
- ApplicationId (string) – - [REQUIRED] - The ID of the Amazon Q Business application that you want to update. 
 
- Return type:
- 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- QuickSight.Client.exceptions.AccessDeniedException
- QuickSight.Client.exceptions.ConflictException
- QuickSight.Client.exceptions.ThrottlingException
- QuickSight.Client.exceptions.ResourceNotFoundException
- QuickSight.Client.exceptions.InvalidParameterValueException
- QuickSight.Client.exceptions.InternalFailureException