MainframeModernizationApplicationTesting / Client / delete_test_case

delete_test_case#

MainframeModernizationApplicationTesting.Client.delete_test_case(**kwargs)#

Deletes a test case.

See also: AWS API Documentation

Request Syntax

response = client.delete_test_case(
    testCaseId='string'
)
Parameters:

testCaseId (string) –

[REQUIRED]

The test case ID of the test case.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • MainframeModernizationApplicationTesting.Client.exceptions.ThrottlingException

  • MainframeModernizationApplicationTesting.Client.exceptions.ResourceNotFoundException

  • MainframeModernizationApplicationTesting.Client.exceptions.AccessDeniedException

  • MainframeModernizationApplicationTesting.Client.exceptions.ValidationException

  • MainframeModernizationApplicationTesting.Client.exceptions.ConflictException

  • MainframeModernizationApplicationTesting.Client.exceptions.InternalServerException