Appflow / Client / untag_resource

untag_resource#

Appflow.Client.untag_resource(**kwargs)#

Removes a tag from the specified flow.

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 flow that you want to untag.

  • tagKeys (list) –

    [REQUIRED]

    The tag keys associated with the tag that you want to remove from your flow.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Appflow.Client.exceptions.InternalServerException

  • Appflow.Client.exceptions.ValidationException

  • Appflow.Client.exceptions.ResourceNotFoundException