Untag Resource
kendraranking_untag_resource | R Documentation |
Removes a tag from a rescore execution plan¶
Description¶
Removes a tag from a rescore execution plan. A rescore execution plan is
an Amazon Kendra Intelligent Ranking resource used for provisioning the
rescore
operation.
Usage¶
kendraranking_untag_resource(ResourceARN, TagKeys)
Arguments¶
ResourceARN |
[required] The Amazon Resource Name (ARN) of the rescore execution plan to remove the tag. |
TagKeys |
[required] A list of tag keys to remove from the rescore execution plan. 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"
)
)