get_game
(**kwargs)¶Gets details about a game.
See also: AWS API Documentation
Request Syntax
response = client.get_game(
GameName='string'
)
[REQUIRED]
The name of the game.
{
'Game': {
'Arn': 'string',
'Created': datetime(2015, 1, 1),
'Description': 'string',
'EnableTerminationProtection': True|False,
'LastUpdated': datetime(2015, 1, 1),
'Name': 'string',
'State': 'ACTIVE'|'DELETING',
'Tags': {
'string': 'string'
}
}
}
Response Structure
The details of the game.
The Amazon Resource Name (ARN) of this game.
The date when the game was created.
The description of the game.
Determines if the game can be deleted.
The date when the game was last modified.
The name of the game.
The state of the game.
The tags associated with the game.
Exceptions
GameSparks.Client.exceptions.ValidationException
GameSparks.Client.exceptions.AccessDeniedException
GameSparks.Client.exceptions.ThrottlingException
GameSparks.Client.exceptions.ResourceNotFoundException
GameSparks.Client.exceptions.InternalServerException