DataPipeline / Client / remove_tags

remove_tags#

DataPipeline.Client.remove_tags(**kwargs)#

Removes existing tags from the specified pipeline.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The ID of the pipeline.

  • tagKeys (list) –

    [REQUIRED]

    The keys of the tags to remove.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

    Contains the output of RemoveTags.

Exceptions

  • DataPipeline.Client.exceptions.InternalServiceError

  • DataPipeline.Client.exceptions.InvalidRequestException

  • DataPipeline.Client.exceptions.PipelineNotFoundException

  • DataPipeline.Client.exceptions.PipelineDeletedException