StopSuiteRun
Stops a Device Advisor test suite run that is currently running.
Requires permission to access the StopSuiteRun action.
Request Syntax
POST /suiteDefinitions/suiteDefinitionId/suiteRuns/suiteRunId/stop HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
- suiteDefinitionId
- 
               Suite definition ID of the test suite run to be stopped. Length Constraints: Minimum length of 12. Maximum length of 36. Required: Yes 
- suiteRunId
- 
               Suite run ID of the test suite run to be stopped. Length Constraints: Minimum length of 12. Maximum length of 36. Required: Yes 
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Response Elements
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
Errors
- InternalServerException
- 
               Sends an Internal Failure exception. - message
- 
                        Sends an Internal Failure Exception message. 
 HTTP Status Code: 500 
- ResourceNotFoundException
- 
               Sends a Resource Not Found exception. - message
- 
                        Sends a Resource Not Found Exception message. 
 HTTP Status Code: 404 
- ValidationException
- 
               Sends a validation exception. - message
- 
                        Sends a Validation Exception message. 
 HTTP Status Code: 400 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: