:doc:`WorkSpaces <../../workspaces>` / Client / start_workspaces_pool

*********************
start_workspaces_pool
*********************



.. py:method:: WorkSpaces.Client.start_workspaces_pool(**kwargs)

  

  Starts the specified pool.

   

  You cannot start a pool unless it has a running mode of ``AutoStop`` and a state of ``STOPPED``.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/StartWorkspacesPool>`_  


  **Request Syntax**
  ::

    response = client.start_workspaces_pool(
        PoolId='string'
    )
    
  :type PoolId: string
  :param PoolId: **[REQUIRED]** 

    The identifier of the pool.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`WorkSpaces.Client.exceptions.InvalidParameterValuesException`

  
  *   :py:class:`WorkSpaces.Client.exceptions.InvalidResourceStateException`

  
  *   :py:class:`WorkSpaces.Client.exceptions.ResourceLimitExceededException`

  
  *   :py:class:`WorkSpaces.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`WorkSpaces.Client.exceptions.OperationNotSupportedException`

  
  *   :py:class:`WorkSpaces.Client.exceptions.OperationInProgressException`

  
  *   :py:class:`WorkSpaces.Client.exceptions.AccessDeniedException`

  