delete_suite_definition

IoTDeviceAdvisor.Client.delete_suite_definition(**kwargs)

Deletes a Device Advisor test suite.

Requires permission to access the DeleteSuiteDefinition action.

See also: AWS API Documentation

Request Syntax

response = client.delete_suite_definition(
    suiteDefinitionId='string'
)
Parameters
suiteDefinitionId (string) --

[REQUIRED]

Suite definition ID of the test suite to be deleted.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • IoTDeviceAdvisor.Client.exceptions.ValidationException
  • IoTDeviceAdvisor.Client.exceptions.InternalServerException