CodeCatalyst.Client.
list_spaces
(**kwargs)¶Retrieves a list of spaces.
See also: AWS API Documentation
Request Syntax
response = client.list_spaces(
nextToken='string'
)
{
'nextToken': 'string',
'items': [
{
'name': 'string',
'regionName': 'string',
'displayName': 'string',
'description': 'string'
},
]
}
Response Structure
A token returned from a call to this API to indicate the next batch of results to return, if any.
Information about the space.
Information about an space.
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