untag_resource

AlexaForBusiness.Client.untag_resource(**kwargs)

Removes metadata tags from a specified resource.

See also: AWS API Documentation

Request Syntax

response = client.untag_resource(
    Arn='string',
    TagKeys=[
        'string',
    ]
)
Parameters
  • Arn (string) --

    [REQUIRED]

    The ARN of the resource from which to remove metadata tags. Required.

  • TagKeys (list) --

    [REQUIRED]

    The tags to be removed from the specified resource. Do not provide system tags. Required.

    • (string) --
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • AlexaForBusiness.Client.exceptions.NotFoundException