IoTFleetWise.Client.
disassociate_vehicle_fleet
(**kwargs)¶Removes, or disassociates, a vehicle from a fleet. Disassociating a vehicle from a fleet doesn't delete the vehicle.
Note
If the vehicle is successfully dissociated from a fleet, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_vehicle_fleet(
vehicleName='string',
fleetId='string'
)
[REQUIRED]
The unique ID of the vehicle to disassociate from the fleet.
[REQUIRED]
The unique 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