IoTFleetWise / Client / associate_vehicle_fleet

associate_vehicle_fleet#

IoTFleetWise.Client.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'
)
Parameters:
  • vehicleName (string) –

    [REQUIRED]

    The unique ID of the vehicle to associate with the fleet.

  • fleetId (string) –

    [REQUIRED]

    The ID of a fleet.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • IoTFleetWise.Client.exceptions.InternalServerException

  • IoTFleetWise.Client.exceptions.ResourceNotFoundException

  • IoTFleetWise.Client.exceptions.LimitExceededException

  • IoTFleetWise.Client.exceptions.ThrottlingException

  • IoTFleetWise.Client.exceptions.ValidationException

  • IoTFleetWise.Client.exceptions.AccessDeniedException