Start Workspaces
workspaces_start_workspaces | R Documentation |
Starts the specified WorkSpaces¶
Description¶
Starts the specified WorkSpaces.
You cannot start a WorkSpace unless it has a running mode of AutoStop
or Manual
and a state of STOPPED
.
Usage¶
Arguments¶
StartWorkspaceRequests
[required] The WorkSpaces to start. You can specify up to 25 WorkSpaces.
Value¶
A list with the following syntax:
list(
FailedRequests = list(
list(
WorkspaceId = "string",
ErrorCode = "string",
ErrorMessage = "string"
)
)
)