Budgets / Client / untag_resource

untag_resource#

Budgets.Client.untag_resource(**kwargs)#

Deletes tags associated with a budget or budget action resource.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The unique identifier for the resource.

  • ResourceTagKeys (list) –

    [REQUIRED]

    The key that’s associated with the tag.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Budgets.Client.exceptions.ThrottlingException

  • Budgets.Client.exceptions.NotFoundException

  • Budgets.Client.exceptions.AccessDeniedException

  • Budgets.Client.exceptions.InternalErrorException

  • Budgets.Client.exceptions.InvalidParameterException