CodeCatalyst.Client.
get_space
(**kwargs)¶Returns information about an space.
See also: AWS API Documentation
Request Syntax
response = client.get_space(
name='string'
)
[REQUIRED]
The name of the space.
{
'name': 'string',
'regionName': 'string',
'displayName': 'string',
'description': 'string'
}
Response Structure
The name of the space.
The Amazon Web Services Region where the space exists.
The friendly name of the space displayed to users.
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