describe_project
(**kwargs)¶Describes a project and its resources.
See also: AWS API Documentation
Request Syntax
response = client.describe_project(
id='string'
)
[REQUIRED]
The ID of the project.
{
'name': 'string',
'id': 'string',
'arn': 'string',
'description': 'string',
'clientRequestToken': 'string',
'createdTimeStamp': datetime(2015, 1, 1),
'stackId': 'string',
'projectTemplateId': 'string',
'status': {
'state': 'string',
'reason': 'string'
}
}
Response Structure
The display name for the project.
The ID of the project.
The Amazon Resource Name (ARN) for the project.
The description of the project, if any.
A user- or system-generated token that identifies the entity that requested project creation.
The date and time the project was created, in timestamp format.
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
The ID for the AWS CodeStar project template used to create the project.
The project creation or deletion status.
The phase of completion for a project creation or deletion.
In the case of a project creation or deletion failure, a reason for the failure.
Exceptions
CodeStar.Client.exceptions.ProjectNotFoundException
CodeStar.Client.exceptions.ValidationException
CodeStar.Client.exceptions.InvalidServiceRoleException
CodeStar.Client.exceptions.ProjectConfigurationException
CodeStar.Client.exceptions.ConcurrentModificationException