delete_detector_model
(**kwargs)¶Deletes a detector model. Any active instances of the detector model are also deleted.
See also: AWS API Documentation
Request Syntax
response = client.delete_detector_model(
detectorModelName='string'
)
[REQUIRED]
The name of the detector model to be deleted.
{}
Response Structure
Exceptions
IoTEvents.Client.exceptions.InvalidRequestException
IoTEvents.Client.exceptions.ResourceInUseException
IoTEvents.Client.exceptions.ResourceNotFoundException
IoTEvents.Client.exceptions.ThrottlingException
IoTEvents.Client.exceptions.InternalFailureException
IoTEvents.Client.exceptions.ServiceUnavailableException