MediaLive / Client / list_tags_for_resource

list_tags_for_resource#

MediaLive.Client.list_tags_for_resource(**kwargs)#

Produces list of tags that have been created for a resource

See also: AWS API Documentation

Request Syntax

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

ResourceArn (string) – [REQUIRED] Placeholder documentation for __string

Return type:

dict

Returns:

Response Syntax

{
    'Tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) – An array of tags

    • Tags (dict) – Placeholder documentation for Tags

      • (string) – Placeholder documentation for __string

        • (string) – Placeholder documentation for __string

Exceptions

  • MediaLive.Client.exceptions.NotFoundException

  • MediaLive.Client.exceptions.BadRequestException

  • MediaLive.Client.exceptions.InternalServerErrorException

  • MediaLive.Client.exceptions.ForbiddenException