Connect / Client / stop_test_case_execution
stop_test_case_execution¶
- Connect.Client.stop_test_case_execution(**kwargs)¶
Stops a running test execution.
See also: AWS API Documentation
Request Syntax
response = client.stop_test_case_execution( InstanceId='string', TestCaseExecutionId='string', TestCaseId='string', ClientToken='string' )
- Parameters:
InstanceId (string) –
[REQUIRED]
The identifier of the Amazon Connect instance.
TestCaseExecutionId (string) –
[REQUIRED]
The identifier of the test case execution to stop.
TestCaseId (string) –
[REQUIRED]
The identifier of the test case.
ClientToken (string) – 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.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions