Skip to content

Untag Resource

frauddetector_untag_resource R Documentation

Removes tags from a resource

Description

Removes tags from a resource.

Usage

frauddetector_untag_resource(resourceARN, tagKeys)

Arguments

resourceARN

[required] The ARN of the resource from which to remove the tag.

tagKeys

[required] The resource ARN.

Value

An empty list.

Request syntax

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