:doc:`IoTDeviceAdvisor <../../iotdeviceadvisor>` / Client / stop_suite_run

**************
stop_suite_run
**************



.. py:method:: IoTDeviceAdvisor.Client.stop_suite_run(**kwargs)

  

  Stops a Device Advisor test suite run that is currently running.

   

  Requires permission to access the `StopSuiteRun <https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions>`__ action.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotdeviceadvisor-2020-09-18/StopSuiteRun>`_  


  **Request Syntax**
  ::

    response = client.stop_suite_run(
        suiteDefinitionId='string',
        suiteRunId='string'
    )
    
  :type suiteDefinitionId: string
  :param suiteDefinitionId: **[REQUIRED]** 

    Suite definition ID of the test suite run to be stopped.

    

  
  :type suiteRunId: string
  :param suiteRunId: **[REQUIRED]** 

    Suite run ID of the test suite run to be stopped.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`IoTDeviceAdvisor.Client.exceptions.ValidationException`

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

  
  *   :py:class:`IoTDeviceAdvisor.Client.exceptions.InternalServerException`

  