QuickSight / Client / update_dashboards_qa_configuration
update_dashboards_qa_configuration#
- QuickSight.Client.update_dashboards_qa_configuration(**kwargs)#
- Updates a Dashboard QA configuration. - See also: AWS API Documentation - Request Syntax- response = client.update_dashboards_qa_configuration( AwsAccountId='string', DashboardsQAStatus='ENABLED'|'DISABLED' ) - Parameters:
- AwsAccountId (string) – - [REQUIRED] - The ID of the Amazon Web Services account that contains the dashboard QA configuration that you want to update. 
- DashboardsQAStatus (string) – - [REQUIRED] - The status of dashboards QA configuration that you want to update. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'DashboardsQAStatus': 'ENABLED'|'DISABLED', 'RequestId': 'string', 'Status': 123 } - Response Structure- (dict) – - DashboardsQAStatus (string) – - A value that indicates whether the dashboard QA configuration is enabled or not. 
- 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.ThrottlingException
- QuickSight.Client.exceptions.ResourceNotFoundException
- QuickSight.Client.exceptions.InternalFailureException