get_extension
(**kwargs)¶Gets details about a specified extension.
See also: AWS API Documentation
Request Syntax
response = client.get_extension(
Name='string',
Namespace='string'
)
[REQUIRED]
The name of the extension.
[REQUIRED]
The namespace (qualifier) of the extension.
dict
Response Syntax
{
'Extension': {
'Description': 'string',
'Name': 'string',
'Namespace': 'string'
}
}
Response Structure
(dict) --
Extension (dict) --
Details about the extension.
Description (string) --
The description of the extension.
Name (string) --
The name of the extension.
Namespace (string) --
The namespace (qualifier) of the extension.
Exceptions
GameSparks.Client.exceptions.ValidationException
GameSparks.Client.exceptions.AccessDeniedException
GameSparks.Client.exceptions.ThrottlingException
GameSparks.Client.exceptions.ResourceNotFoundException
GameSparks.Client.exceptions.InternalServerException