GameSparks / Client / get_extension

get_extension#

GameSparks.Client.get_extension(**kwargs)#

Gets details about a specified extension.

See also: AWS API Documentation

Request Syntax

response = client.get_extension(
    Name='string',
    Namespace='string'
)
Parameters:
  • Name (string) –

    [REQUIRED]

    The name of the extension.

  • Namespace (string) –

    [REQUIRED]

    The namespace (qualifier) of the extension.

Return type:

dict

Returns:

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