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'
)
dict
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