IoTEvents / Client / delete_alarm_model
delete_alarm_model#
- IoTEvents.Client.delete_alarm_model(**kwargs)#
Deletes an alarm model. Any alarm instances that were created based on this alarm model are also deleted. This action can’t be undone.
See also: AWS API Documentation
Request Syntax
response = client.delete_alarm_model( alarmModelName='string' )
- Parameters:
alarmModelName (string) –
[REQUIRED]
The name of the alarm model.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
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