CloudWatchNetworkMonitor / Client / untag_resource
untag_resource¶
- CloudWatchNetworkMonitor.Client.untag_resource(**kwargs)¶
Removes a key-value pair from a monitor or probe.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( resourceArn='string', tagKeys=[ 'string', ] )
- Parameters:
resourceArn (string) –
[REQUIRED]
The ARN of the monitor or probe that the tag should be removed from.
tagKeys (list) –
[REQUIRED]
The key-value pa
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
CloudWatchNetworkMonitor.Client.exceptions.AccessDeniedExceptionCloudWatchNetworkMonitor.Client.exceptions.ResourceNotFoundExceptionCloudWatchNetworkMonitor.Client.exceptions.ThrottlingExceptionCloudWatchNetworkMonitor.Client.exceptions.ValidationExceptionCloudWatchNetworkMonitor.Client.exceptions.InternalServerExceptionCloudWatchNetworkMonitor.Client.exceptions.ConflictException