EventBridgePipes / Client / untag_resource

untag_resource#

EventBridgePipes.Client.untag_resource(**kwargs)#

Removes one or more tags from the specified pipes.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The ARN of the pipe.

  • tagKeys (list) –

    [REQUIRED]

    The list of tag keys to remove from the pipe.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • EventBridgePipes.Client.exceptions.InternalException

  • EventBridgePipes.Client.exceptions.ValidationException

  • EventBridgePipes.Client.exceptions.NotFoundException