BillingandCostManagementDataExports / Client / untag_resource

untag_resource#

BillingandCostManagementDataExports.Client.untag_resource(**kwargs)#

Deletes tags associated with an existing data export definition.

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 tag keys that are associated with the resource ARN.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions