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

*********
get_fleet
*********



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

  

  Retrieves information about a fleet.

  

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


  **Request Syntax**
  ::

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

    The ID of the fleet to retrieve information about.

    

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

    
    ::

      {
          'id': 'string',
          'arn': 'string',
          'description': 'string',
          'signalCatalogArn': 'string',
          'creationTime': datetime(2015, 1, 1),
          'lastModificationTime': datetime(2015, 1, 1)
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **id** *(string) --* 

        The ID of the fleet.

        
      

      - **arn** *(string) --* 

        The Amazon Resource Name (ARN) of the fleet.

        
      

      - **description** *(string) --* 

        A brief description of the fleet.

        
      

      - **signalCatalogArn** *(string) --* 

        The ARN of a signal catalog associated with the fleet.

        
      

      - **creationTime** *(datetime) --* 

        The time the fleet was created in seconds since epoch (January 1, 1970 at midnight UTC time).

        
      

      - **lastModificationTime** *(datetime) --* 

        The time the fleet was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).

        
  
  **Exceptions**
  
  *   :py:class:`IoTFleetWise.Client.exceptions.InternalServerException`

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

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

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

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

  