CloudWatchNetworkMonitor / Client / delete_monitor
delete_monitor#
- CloudWatchNetworkMonitor.Client.delete_monitor(**kwargs)#
Deletes a specified monitor.
See also: AWS API Documentation
Request Syntax
response = client.delete_monitor( monitorName='string' )
- Parameters:
monitorName (string) –
[REQUIRED]
The name of the monitor to delete. Use the
ListMonitors
action to get a list of your current monitors.- 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