list_tags_for_resource

ivschat.Client.list_tags_for_resource(**kwargs)

Gets information about AWS tags for the specified ARN.

See also: AWS API Documentation

Request Syntax

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

[REQUIRED]

The ARN of the resource to be retrieved. The ARN must be URL-encoded.

Return type
dict
Returns
Response Syntax
{
    'tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) --
    • tags (dict) --

      Tags attached to the resource. Array of maps, each of the form string:string (key:value) .

      • (string) --
        • (string) --

Exceptions

  • ivschat.Client.exceptions.ResourceNotFoundException
  • ivschat.Client.exceptions.InternalServerException
  • ivschat.Client.exceptions.ValidationException