MainframeModernizationApplicationTesting / Client / delete_test_configuration

delete_test_configuration#

MainframeModernizationApplicationTesting.Client.delete_test_configuration(**kwargs)#

Deletes a test configuration.

See also: AWS API Documentation

Request Syntax

response = client.delete_test_configuration(
    testConfigurationId='string'
)
Parameters:

testConfigurationId (string) –

[REQUIRED]

The test ID of the test configuration.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • MainframeModernizationApplicationTesting.Client.exceptions.ServiceQuotaExceededException

  • MainframeModernizationApplicationTesting.Client.exceptions.ThrottlingException

  • MainframeModernizationApplicationTesting.Client.exceptions.AccessDeniedException

  • MainframeModernizationApplicationTesting.Client.exceptions.ValidationException

  • MainframeModernizationApplicationTesting.Client.exceptions.ConflictException

  • MainframeModernizationApplicationTesting.Client.exceptions.InternalServerException