WorkSpaces / Client / start_workspaces_pool
start_workspaces_pool¶
- WorkSpaces.Client.start_workspaces_pool(**kwargs)¶
Note
End of support notice: On December 31, 2027, Amazon Web Services will end support for Amazon WorkSpaces Pools. After December 31, 2027, you will no longer be able to access the Amazon WorkSpaces Pools console or Amazon WorkSpaces Pools resources. For more information, see Amazon WorkSpaces Pools end of support.
Starts the specified pool.
You cannot start a pool unless it has a running mode of
AutoStopand a state ofSTOPPED.See also: AWS API Documentation
Request Syntax
response = client.start_workspaces_pool( PoolId='string' )
- Parameters:
PoolId (string) –
[REQUIRED]
The identifier of the pool.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
WorkSpaces.Client.exceptions.InvalidParameterValuesExceptionWorkSpaces.Client.exceptions.InvalidResourceStateExceptionWorkSpaces.Client.exceptions.ResourceLimitExceededExceptionWorkSpaces.Client.exceptions.ResourceNotFoundExceptionWorkSpaces.Client.exceptions.OperationNotSupportedExceptionWorkSpaces.Client.exceptions.OperationInProgressExceptionWorkSpaces.Client.exceptions.AccessDeniedException