:doc:`IoTFleetWise <../../iotfleetwise>` / Client / associate_vehicle_fleet

***********************
associate_vehicle_fleet
***********************



.. py:method:: IoTFleetWise.Client.associate_vehicle_fleet(**kwargs)

  

  Adds, or associates, a vehicle with a fleet.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotfleetwise-2021-06-17/AssociateVehicleFleet>`_  


  **Request Syntax**
  ::

    response = client.associate_vehicle_fleet(
        vehicleName='string',
        fleetId='string'
    )
    
  :type vehicleName: string
  :param vehicleName: **[REQUIRED]** 

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

    

  
  :type fleetId: string
  :param fleetId: **[REQUIRED]** 

    The ID of a fleet.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`IoTFleetWise.Client.exceptions.InternalServerException`

  
  *   :py:class:`IoTFleetWise.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`IoTFleetWise.Client.exceptions.LimitExceededException`

  
  *   :py:class:`IoTFleetWise.Client.exceptions.ThrottlingException`

  
  *   :py:class:`IoTFleetWise.Client.exceptions.ValidationException`

  
  *   :py:class:`IoTFleetWise.Client.exceptions.AccessDeniedException`

  