list_tags_for_resource

RoboMaker.Client.list_tags_for_resource(**kwargs)

Lists all tags on a AWS RoboMaker resource.

See also: AWS API Documentation

Request Syntax

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

[REQUIRED]

The AWS RoboMaker Amazon Resource Name (ARN) with tags to be listed.

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

Response Structure

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

      The list of all tags added to the specified resource.

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

Exceptions

  • RoboMaker.Client.exceptions.InternalServerException
  • RoboMaker.Client.exceptions.ResourceNotFoundException
  • RoboMaker.Client.exceptions.InvalidParameterException
  • RoboMaker.Client.exceptions.ThrottlingException