IoTTwinMaker / Client / update_workspace
update_workspace#
- IoTTwinMaker.Client.update_workspace(**kwargs)#
Updates a workspace.
See also: AWS API Documentation
Request Syntax
response = client.update_workspace( workspaceId='string', description='string', role='string' )
- Parameters:
workspaceId (string) –
[REQUIRED]
The ID of the workspace.
description (string) – The description of the workspace.
role (string) – The ARN of the execution role associated with the workspace.
- Return type:
dict
- Returns:
Response Syntax
{ 'updateDateTime': datetime(2015, 1, 1) }
Response Structure
(dict) –
updateDateTime (datetime) –
The date and time of the current update.
Exceptions
IoTTwinMaker.Client.exceptions.InternalServerException
IoTTwinMaker.Client.exceptions.AccessDeniedException
IoTTwinMaker.Client.exceptions.ResourceNotFoundException
IoTTwinMaker.Client.exceptions.ThrottlingException
IoTTwinMaker.Client.exceptions.ValidationException
IoTTwinMaker.Client.exceptions.ServiceQuotaExceededException