SnowDeviceManagement / Client / untag_resource

untag_resource#

SnowDeviceManagement.Client.untag_resource(**kwargs)#

Removes a tag from a device or task.

See also: AWS API Documentation

Request Syntax

response = client.untag_resource(
    resourceArn='string',
    tagKeys=[
        'string',
    ]
)
Parameters:
  • resourceArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the device or task.

  • tagKeys (list) –

    [REQUIRED]

    Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.

    • (string) –

Returns:

None

Exceptions

  • SnowDeviceManagement.Client.exceptions.InternalServerException

  • SnowDeviceManagement.Client.exceptions.ResourceNotFoundException

  • SnowDeviceManagement.Client.exceptions.ValidationException