CloudWatchObservabilityAdminService / Client / untag_resource
untag_resource¶
- CloudWatchObservabilityAdminService.Client.untag_resource(**kwargs)¶
Removes tags from a resource. Supports telemetry rule resources and telemetry pipeline resources.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( ResourceARN='string', TagKeys=[ 'string', ] )
- Parameters:
ResourceARN (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the telemetry rule resource to remove tags from.
TagKeys (list) –
[REQUIRED]
The list of tag keys to remove from the telemetry rule resource.
(string) –
- Returns:
None
Exceptions
CloudWatchObservabilityAdminService.Client.exceptions.ResourceNotFoundExceptionCloudWatchObservabilityAdminService.Client.exceptions.AccessDeniedExceptionCloudWatchObservabilityAdminService.Client.exceptions.InternalServerExceptionCloudWatchObservabilityAdminService.Client.exceptions.ValidationExceptionCloudWatchObservabilityAdminService.Client.exceptions.TooManyRequestsException