ApiGatewayV2.Client.
get_model_template
(**kwargs)¶Gets a model template.
See also: AWS API Documentation
Request Syntax
response = client.get_model_template(
ApiId='string',
ModelId='string'
)
[REQUIRED]
The API identifier.
[REQUIRED]
The model ID.
dict
Response Syntax
{
'Value': 'string'
}
Response Structure
(dict) --
Success
Value (string) --
The template value.
Exceptions
ApiGatewayV2.Client.exceptions.NotFoundException
ApiGatewayV2.Client.exceptions.TooManyRequestsException