CloudWatchNetworkMonitor / Client / delete_monitor
delete_monitor#
- CloudWatchNetworkMonitor.Client.delete_monitor(**kwargs)#
- Deletes a specified monitor. - This action requires the - monitorNameparameter. Run- ListMonitorsto get a list of monitor names.- See also: AWS API Documentation - Request Syntax- response = client.delete_monitor( monitorName='string' ) - Parameters:
- monitorName (string) – - [REQUIRED] - The name of the monitor to delete. 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- CloudWatchNetworkMonitor.Client.exceptions.AccessDeniedException
- CloudWatchNetworkMonitor.Client.exceptions.ResourceNotFoundException
- CloudWatchNetworkMonitor.Client.exceptions.ThrottlingException
- CloudWatchNetworkMonitor.Client.exceptions.ValidationException
- CloudWatchNetworkMonitor.Client.exceptions.InternalServerException