LicenseManagerLinuxSubscriptions / Client / untag_resource

untag_resource#

LicenseManagerLinuxSubscriptions.Client.untag_resource(**kwargs)#

Remove one or more metadata tag from the specified Amazon Web Services resource.

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 Amazon Web Services resource to remove the metadata tags from.

  • tagKeys (list) –

    [REQUIRED]

    A list of metadata tag keys to remove from the requested resource.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions