describe_world_template
(**kwargs)¶Describes a world template.
See also: AWS API Documentation
Request Syntax
response = client.describe_world_template(
template='string'
)
[REQUIRED]
The Amazon Resource Name (arn) of the world template you want to describe.
{
'arn': 'string',
'clientRequestToken': 'string',
'name': 'string',
'createdAt': datetime(2015, 1, 1),
'lastUpdatedAt': datetime(2015, 1, 1),
'tags': {
'string': 'string'
},
'version': 'string'
}
Response Structure
The Amazon Resource Name (ARN) of the world template.
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
The name of the world template.
The time, in milliseconds since the epoch, when the world template was created.
The time, in milliseconds since the epoch, when the world template was last updated.
A map that contains tag keys and tag values that are attached to the world template.
The version of the world template that you're using.
Exceptions
RoboMaker.Client.exceptions.InvalidParameterException
RoboMaker.Client.exceptions.ResourceNotFoundException
RoboMaker.Client.exceptions.ThrottlingException
RoboMaker.Client.exceptions.InternalServerException