stop_suite_run

IoTDeviceAdvisor.Client.stop_suite_run(**kwargs)

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

Requires permission to access the StopSuiteRun action.

See also: AWS API Documentation

Request Syntax

response = client.stop_suite_run(
    suiteDefinitionId='string',
    suiteRunId='string'
)
Parameters
  • suiteDefinitionId (string) --

    [REQUIRED]

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

  • suiteRunId (string) --

    [REQUIRED]

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

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • IoTDeviceAdvisor.Client.exceptions.ValidationException
  • IoTDeviceAdvisor.Client.exceptions.ResourceNotFoundException
  • IoTDeviceAdvisor.Client.exceptions.InternalServerException