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'
)
[REQUIRED]
Suite definition ID of the test suite run to be stopped.
[REQUIRED]
Suite run ID of the test suite run to be stopped.
dict
Response Syntax
{}
Response Structure
Exceptions
IoTDeviceAdvisor.Client.exceptions.ValidationException
IoTDeviceAdvisor.Client.exceptions.ResourceNotFoundException
IoTDeviceAdvisor.Client.exceptions.InternalServerException