untag_resource

AppRunner.Client.untag_resource(**kwargs)

Remove tags from an App Runner 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 resource that you want to remove tags from.

    It must be the ARN of an App Runner resource.

  • TagKeys (list) --

    [REQUIRED]

    A list of tag keys that you want to remove.

    • (string) --
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • AppRunner.Client.exceptions.ResourceNotFoundException
  • AppRunner.Client.exceptions.InternalServiceErrorException
  • AppRunner.Client.exceptions.InvalidRequestException
  • AppRunner.Client.exceptions.InvalidStateException