Skip to content

Untag Resource

lexmodelbuildingservice_untag_resource R Documentation

Removes tags from a bot, bot alias or bot channel

Description

Removes tags from a bot, bot alias or bot channel.

Usage

lexmodelbuildingservice_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the resource to remove the tags from.

tagKeys

[required] A list of tag keys to remove from the resource. If a tag key does not exist on the resource, it is ignored.

Value

An empty list.

Request syntax

svc$untag_resource(
  resourceArn = "string",
  tagKeys = list(
    "string"
  )
)