Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

get_extension

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