OpsWorks / Client / untag_resource

untag_resource#

OpsWorks.Client.untag_resource(**kwargs)#

Removes tags from a specified stack or layer.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The stack or layer’s Amazon Resource Number (ARN).

  • TagKeys (list) –

    [REQUIRED]

    A list of the keys of tags to be removed from a stack or layer.

    • (string) –

Returns:

None

Exceptions