Cloud9 / Client / untag_resource

untag_resource

Cloud9.Client.untag_resource(**kwargs)

Removes tags from an Cloud9 development environment.

Warning

Cloud9 is no longer available to new customers. Existing customers of Cloud9 can continue to use the service as normal. Learn more”

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 Cloud9 development environment to remove tags from.

  • TagKeys (list) –

    [REQUIRED]

    The tag names of the tags to remove from the given Cloud9 development environment.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Cloud9.Client.exceptions.NotFoundException

  • Cloud9.Client.exceptions.InternalServerErrorException

  • Cloud9.Client.exceptions.BadRequestException

  • Cloud9.Client.exceptions.ConcurrentAccessException