finspace / Client / list_tags_for_resource

list_tags_for_resource#

finspace.Client.list_tags_for_resource(**kwargs)#

A list of all tags for a resource.

See also: AWS API Documentation

Request Syntax

response = client.list_tags_for_resource(
    resourceArn='string'
)
Parameters:

resourceArn (string) –

[REQUIRED]

The Amazon Resource Name of the resource.

Return type:

dict

Returns:

Response Syntax

{
    'tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) –

    • tags (dict) –

      A list of all tags for a resource.

      • (string) –

        • (string) –

Exceptions

  • finspace.Client.exceptions.InternalServerException

  • finspace.Client.exceptions.InvalidRequestException

  • finspace.Client.exceptions.ResourceNotFoundException