batch_delete_worlds
(**kwargs)¶Deletes one or more worlds in a batch operation.
See also: AWS API Documentation
Request Syntax
response = client.batch_delete_worlds(
worlds=[
'string',
]
)
[REQUIRED]
A list of Amazon Resource Names (arns) that correspond to worlds to delete.
{
'unprocessedWorlds': [
'string',
]
}
Response Structure
A list of unprocessed worlds associated with the call. These worlds were not deleted.
Exceptions
RoboMaker.Client.exceptions.InvalidParameterException
RoboMaker.Client.exceptions.ThrottlingException
RoboMaker.Client.exceptions.InternalServerException