describe_project
(**kwargs)¶Retrieves information about a project.
See also: AWS API Documentation
Request Syntax
response = client.describe_project(
projectId='string'
)
[REQUIRED]
The ID of the project.
{
'projectId': 'string',
'projectArn': 'string',
'projectName': 'string',
'portalId': 'string',
'projectDescription': 'string',
'projectCreationDate': datetime(2015, 1, 1),
'projectLastUpdateDate': datetime(2015, 1, 1)
}
Response Structure
The ID of the project.
The ARN of the project, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}
The name of the project.
The ID of the portal that the project is in.
The project's description.
The date the project was created, in Unix epoch time.
The date the project was last updated, in Unix epoch time.
Exceptions
IoTSiteWise.Client.exceptions.InvalidRequestException
IoTSiteWise.Client.exceptions.ResourceNotFoundException
IoTSiteWise.Client.exceptions.InternalFailureException
IoTSiteWise.Client.exceptions.ThrottlingException