list_tags_for_resource

SimSpaceWeaver.Client.list_tags_for_resource(**kwargs)

Lists all tags on a SimSpace Weaver resource.

See also: AWS API Documentation

Request Syntax

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

[REQUIRED]

The Amazon Resource Name (ARN) of the resource. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

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

Response Structure

  • (dict) --
    • Tags (dict) --

      The list of tags for the resource.

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

Exceptions

  • SimSpaceWeaver.Client.exceptions.ResourceNotFoundException
  • SimSpaceWeaver.Client.exceptions.ValidationException