MultipartyApproval / Client / list_tags_for_resource
list_tags_for_resource¶
- MultipartyApproval.Client.list_tags_for_resource(**kwargs)¶
Returns a list of the tags for a resource.
See also: AWS API Documentation
Request Syntax
response = client.list_tags_for_resource( ResourceArn='string' )
- Parameters:
ResourceArn (string) –
[REQUIRED]
Amazon Resource Name (ARN) for the resource.
- Return type:
dict
- Returns:
Response Syntax
{ 'Tags': { 'string': 'string' } }
Response Structure
(dict) –
Tags (dict) –
Tags attached to the resource.
(string) –
(string) –
Exceptions
MultipartyApproval.Client.exceptions.AccessDeniedExceptionMultipartyApproval.Client.exceptions.ValidationExceptionMultipartyApproval.Client.exceptions.ResourceNotFoundExceptionMultipartyApproval.Client.exceptions.ThrottlingExceptionMultipartyApproval.Client.exceptions.InternalServerException