get_model_manifest
(**kwargs)¶Retrieves information about a vehicle model (model manifest).
See also: AWS API Documentation
Request Syntax
response = client.get_model_manifest(
name='string'
)
[REQUIRED]
The name of the vehicle model to retrieve information about.
{
'name': 'string',
'arn': 'string',
'description': 'string',
'signalCatalogArn': 'string',
'status': 'ACTIVE'|'DRAFT',
'creationTime': datetime(2015, 1, 1),
'lastModificationTime': datetime(2015, 1, 1)
}
Response Structure
The name of the vehicle model.
The Amazon Resource Name (ARN) of the vehicle model.
A brief description of the vehicle model.
The ARN of the signal catalog associated with the vehicle model.
The state of the vehicle model. If the status is ACTIVE
, the vehicle model can't be edited. You can edit the vehicle model if the status is marked DRAFT
.
The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
The last time the vehicle model was modified.
Exceptions
IoTFleetWise.Client.exceptions.ResourceNotFoundException
IoTFleetWise.Client.exceptions.InternalServerException
IoTFleetWise.Client.exceptions.ThrottlingException
IoTFleetWise.Client.exceptions.ValidationException
IoTFleetWise.Client.exceptions.AccessDeniedException