QuickSight / Client / update_dashboard_published_version
update_dashboard_published_version#
- QuickSight.Client.update_dashboard_published_version(**kwargs)#
- Updates the published version of a dashboard. - See also: AWS API Documentation - Request Syntax - response = client.update_dashboard_published_version( AwsAccountId='string', DashboardId='string', VersionNumber=123 ) - Parameters:
- AwsAccountId (string) – - [REQUIRED] - The ID of the Amazon Web Services account that contains the dashboard that you’re updating. 
- DashboardId (string) – - [REQUIRED] - The ID for the dashboard. 
- VersionNumber (integer) – - [REQUIRED] - The version number of the dashboard. 
 
- Return type:
- dict 
- Returns:
- Response Syntax - { 'DashboardId': 'string', 'DashboardArn': 'string', 'Status': 123, 'RequestId': 'string' } - Response Structure - (dict) – - DashboardId (string) – - The ID for the dashboard. 
- DashboardArn (string) – - The Amazon Resource Name (ARN) of the dashboard. 
- Status (integer) – - The HTTP status of the request. 
- RequestId (string) – - The Amazon Web Services request ID for this operation. 
 
 
 - Exceptions - QuickSight.Client.exceptions.InvalidParameterValueException
- QuickSight.Client.exceptions.ThrottlingException
- QuickSight.Client.exceptions.ConflictException
- QuickSight.Client.exceptions.ResourceNotFoundException
- QuickSight.Client.exceptions.UnsupportedUserEditionException
- QuickSight.Client.exceptions.InternalFailureException