associate_vehicle_fleet
(**kwargs)¶Adds, or associates, a vehicle with a fleet.
See also: AWS API Documentation
Request Syntax
response = client.associate_vehicle_fleet(
vehicleName='string',
fleetId='string'
)
[REQUIRED]
The unique ID of the vehicle to associate with the fleet.
[REQUIRED]
The ID of a fleet.
dict
Response Syntax
{}
Response Structure
Exceptions
IoTFleetWise.Client.exceptions.InternalServerException
IoTFleetWise.Client.exceptions.ResourceNotFoundException
IoTFleetWise.Client.exceptions.ThrottlingException
IoTFleetWise.Client.exceptions.ValidationException
IoTFleetWise.Client.exceptions.AccessDeniedException