get_project(**kwargs)¶Returns information about a project.
See also: AWS API Documentation
Request Syntax
response = client.get_project(
    spaceName='string',
    name='string'
)
[REQUIRED]
The name of the space.
[REQUIRED]
The name of the project in the space.
dict
Response Syntax
{
    'spaceName': 'string',
    'name': 'string',
    'displayName': 'string',
    'description': 'string'
}
Response Structure
(dict) --
spaceName (string) --
The name of the space.
name (string) --
The name of the project in the space.
displayName (string) --
The friendly name of the project displayed to users in Amazon CodeCatalyst.
description (string) --
The description of the project.
Exceptions
CodeCatalyst.Client.exceptions.ThrottlingExceptionCodeCatalyst.Client.exceptions.ConflictExceptionCodeCatalyst.Client.exceptions.ValidationExceptionCodeCatalyst.Client.exceptions.ServiceQuotaExceededExceptionCodeCatalyst.Client.exceptions.ResourceNotFoundExceptionCodeCatalyst.Client.exceptions.AccessDeniedException