get_vehicle
(**kwargs)¶Retrieves information about a vehicle.
See also: AWS API Documentation
Request Syntax
response = client.get_vehicle(
vehicleName='string'
)
[REQUIRED]
The ID of the vehicle to retrieve information about.
{
'vehicleName': 'string',
'arn': 'string',
'modelManifestArn': 'string',
'decoderManifestArn': 'string',
'attributes': {
'string': 'string'
},
'creationTime': datetime(2015, 1, 1),
'lastModificationTime': datetime(2015, 1, 1)
}
Response Structure
The ID of the vehicle.
The Amazon Resource Name (ARN) of the vehicle to retrieve information about.
The ARN of a vehicle model (model manifest) associated with the vehicle.
The ARN of a decoder manifest associated with the vehicle.
Static information about a vehicle in a key-value pair. For example:
"engineType"
:"1.3 L R2"
The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time).
The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
Exceptions
IoTFleetWise.Client.exceptions.InternalServerException
IoTFleetWise.Client.exceptions.ResourceNotFoundException
IoTFleetWise.Client.exceptions.ThrottlingException
IoTFleetWise.Client.exceptions.ValidationException
IoTFleetWise.Client.exceptions.AccessDeniedException