IoT / Client / delete_topic_rule
delete_topic_rule¶
- IoT.Client.delete_topic_rule(**kwargs)¶
- Deletes the rule. - Requires permission to access the DeleteTopicRule action. - See also: AWS API Documentation - Request Syntax- response = client.delete_topic_rule( ruleName='string' ) - Parameters:
- ruleName (string) – - [REQUIRED] - The name of the rule. 
- Returns:
- None 
 - Exceptions- IoT.Client.exceptions.InternalException
- IoT.Client.exceptions.InvalidRequestException
- IoT.Client.exceptions.ServiceUnavailableException
- IoT.Client.exceptions.UnauthorizedException
- IoT.Client.exceptions.ConflictingResourceUpdateException