get_workspace
(**kwargs)¶Retrieves information about a workspace.
See also: AWS API Documentation
Request Syntax
response = client.get_workspace(
workspaceId='string'
)
[REQUIRED]
The ID of the workspace.
{
'workspaceId': 'string',
'arn': 'string',
'description': 'string',
's3Location': 'string',
'role': 'string',
'creationDateTime': datetime(2015, 1, 1),
'updateDateTime': datetime(2015, 1, 1)
}
Response Structure
The ID of the workspace.
The ARN of the workspace.
The description of the workspace.
The ARN of the S3 bucket where resources associated with the workspace are stored.
The ARN of the execution role associated with the workspace.
The date and time when the workspace was created.
The date and time when the workspace was last updated.
Exceptions
IoTTwinMaker.Client.exceptions.InternalServerException
IoTTwinMaker.Client.exceptions.ResourceNotFoundException
IoTTwinMaker.Client.exceptions.ThrottlingException
IoTTwinMaker.Client.exceptions.ValidationException
IoTTwinMaker.Client.exceptions.ServiceQuotaExceededException