untag_resource

finspace.Client.untag_resource(**kwargs)

Removes metadata tags from a FinSpace resource.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    A FinSpace resource from which you want to remove a tag or tags. The value for this parameter is an Amazon Resource Name (ARN).

  • tagKeys (list) --

    [REQUIRED]

    The tag keys (names) of one or more tags to be removed.

    • (string) --
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • finspace.Client.exceptions.InternalServerException
  • finspace.Client.exceptions.InvalidRequestException
  • finspace.Client.exceptions.ResourceNotFoundException