signer / Client / list_tags_for_resource

list_tags_for_resource#

signer.Client.list_tags_for_resource(**kwargs)#

Returns a list of the tags associated with a signing profile 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) for the signing profile.

Return type:

dict

Returns:

Response Syntax

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

Response Structure

  • (dict) –

    • tags (dict) –

      A list of tags associated with the signing profile.

      • (string) –

        • (string) –

Exceptions

  • signer.Client.exceptions.InternalServiceErrorException

  • signer.Client.exceptions.BadRequestException

  • signer.Client.exceptions.NotFoundException

  • signer.Client.exceptions.TooManyRequestsException