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_space

get_space(**kwargs)

Returns information about an space.

See also: AWS API Documentation

Request Syntax

response = client.get_space(
    name='string'
)
Parameters
name (string) --

[REQUIRED]

The name of the space.

Return type
dict
Returns
Response Syntax
{
    'name': 'string',
    'regionName': 'string',
    'displayName': 'string',
    'description': 'string'
}

Response Structure

  • (dict) --
    • name (string) --

      The name of the space.

    • regionName (string) --

      The Amazon Web Services Region where the space exists.

    • displayName (string) --

      The friendly name of the space displayed to users.

    • description (string) --

      The description of the space.

Exceptions

  • CodeCatalyst.Client.exceptions.ThrottlingException
  • CodeCatalyst.Client.exceptions.ConflictException
  • CodeCatalyst.Client.exceptions.ValidationException
  • CodeCatalyst.Client.exceptions.ServiceQuotaExceededException
  • CodeCatalyst.Client.exceptions.ResourceNotFoundException
  • CodeCatalyst.Client.exceptions.AccessDeniedException