delete_world_template

RoboMaker.Client.delete_world_template(**kwargs)

Deletes a world template.

See also: AWS API Documentation

Request Syntax

response = client.delete_world_template(
    template='string'
)
Parameters
template (string) --

[REQUIRED]

The Amazon Resource Name (arn) of the world template you want to delete.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

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