untag_resource

Amplify.Client.untag_resource(**kwargs)

Untags a resource with a specified Amazon Resource Name (ARN).

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The Amazon Resource Name (ARN) to use to untag a resource.

  • tagKeys (list) --

    [REQUIRED]

    The tag keys to use to untag a resource.

    • (string) --
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

    The response for the untag resource request.

Exceptions

  • Amplify.Client.exceptions.InternalFailureException
  • Amplify.Client.exceptions.BadRequestException
  • Amplify.Client.exceptions.ResourceNotFoundException