Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

get_world_template_body

get_world_template_body(**kwargs)

Gets the world template body.

See also: AWS API Documentation

Request Syntax

response = client.get_world_template_body(
    template='string',
    generationJob='string'
)
Parameters
  • template (string) -- The Amazon Resource Name (arn) of the world template.
  • generationJob (string) -- The Amazon Resource Name (arn) of the world generator job.
Return type

dict

Returns

Response Syntax

{
    'templateBody': 'string'
}

Response Structure

  • (dict) --

    • templateBody (string) --

      The world template body.

Exceptions

  • RoboMaker.Client.exceptions.InvalidParameterException
  • RoboMaker.Client.exceptions.ResourceNotFoundException
  • RoboMaker.Client.exceptions.ThrottlingException
  • RoboMaker.Client.exceptions.InternalServerException