Skip to content

Untag Resource

rekognition_untag_resource R Documentation

Removes one or more tags from an Amazon Rekognition collection, stream processor, or Custom Labels model

Description

Removes one or more tags from an Amazon Rekognition collection, stream processor, or Custom Labels model.

This operation requires permissions to perform the rekognition:UntagResource action.

Usage

rekognition_untag_resource(ResourceArn, TagKeys)

Arguments

ResourceArn

[required] Amazon Resource Name (ARN) of the model, collection, or stream processor that you want to remove the tags from.

TagKeys

[required] A list of the tags that you want to remove.

Value

An empty list.

Request syntax

svc$untag_resource(
  ResourceArn = "string",
  TagKeys = list(
    "string"
  )
)