ApiGatewayV2.Client.
get_tags
(**kwargs)¶Gets a collection of Tag resources.
See also: AWS API Documentation
Request Syntax
response = client.get_tags(
ResourceArn='string'
)
[REQUIRED]
The resource ARN for the tag.
{
'Tags': {
'string': 'string'
}
}
Response Structure
Success
Represents a collection of tags associated with the resource.
A string with a length between [0-1600].
Exceptions
ApiGatewayV2.Client.exceptions.NotFoundException
ApiGatewayV2.Client.exceptions.TooManyRequestsException
ApiGatewayV2.Client.exceptions.BadRequestException
ApiGatewayV2.Client.exceptions.ConflictException