ApiGatewayV2 / Client / get_model_template

get_model_template#

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'
)
Parameters:
  • ApiId (string) –

    [REQUIRED]

    The API identifier.

  • ModelId (string) –

    [REQUIRED]

    The model ID.

Return type:

dict

Returns:

Response Syntax

{
    'Value': 'string'
}

Response Structure

  • (dict) –

    Success

    • Value (string) –

      The template value.

Exceptions

  • ApiGatewayV2.Client.exceptions.NotFoundException

  • ApiGatewayV2.Client.exceptions.TooManyRequestsException