Stop Test Case Execution
| connect_stop_test_case_execution | R Documentation |
Stops a running test execution¶
Description¶
Stops a running test execution.
Usage¶
connect_stop_test_case_execution(InstanceId, TestCaseExecutionId,
TestCaseId, ClientToken)
Arguments¶
InstanceId |
[required] The identifier of the Amazon Connect instance. |
TestCaseExecutionId |
[required] The identifier of the test case execution to stop. |
TestCaseId |
[required] The identifier of the test case. |
ClientToken |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs. |
Value¶
An empty list.
Request syntax¶
svc$stop_test_case_execution(
InstanceId = "string",
TestCaseExecutionId = "string",
TestCaseId = "string",
ClientToken = "string"
)