Skip to content

Untag Resource

sagemakergeospatialcapabilities_untag_resource R Documentation

The resource you want to untag

Description

The resource you want to untag.

Usage

sagemakergeospatialcapabilities_untag_resource(ResourceArn, TagKeys)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource you want to untag.

TagKeys

[required] Keys of the tags you want to remove.

Value

An empty list.

Request syntax

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