RoboMaker / Client / get_world_template_body
get_world_template_body#
- RoboMaker.Client.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