MainframeModernizationApplicationTesting / Client / delete_test_run

delete_test_run#

MainframeModernizationApplicationTesting.Client.delete_test_run(**kwargs)#

Deletes a test run.

See also: AWS API Documentation

Request Syntax

response = client.delete_test_run(
    testRunId='string'
)
Parameters:

testRunId (string) –

[REQUIRED]

The run ID of the test run.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • MainframeModernizationApplicationTesting.Client.exceptions.ThrottlingException

  • MainframeModernizationApplicationTesting.Client.exceptions.AccessDeniedException

  • MainframeModernizationApplicationTesting.Client.exceptions.ValidationException

  • MainframeModernizationApplicationTesting.Client.exceptions.ConflictException

  • MainframeModernizationApplicationTesting.Client.exceptions.InternalServerException