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.ResourceNotFoundException

  • CloudWatchObservabilityAdminService.Client.exceptions.AccessDeniedException

  • CloudWatchObservabilityAdminService.Client.exceptions.InternalServerException

  • CloudWatchObservabilityAdminService.Client.exceptions.ValidationException

  • CloudWatchObservabilityAdminService.Client.exceptions.TooManyRequestsException