CodeCatalyst / Client / get_space

get_space#

CodeCatalyst.Client.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