:doc:`IoTWireless <../../iotwireless>` / Client / test_wireless_device

********************
test_wireless_device
********************



.. py:method:: IoTWireless.Client.test_wireless_device(**kwargs)

  

  Simulates a provisioned device by sending an uplink data payload of ``Hello``.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotwireless-2020-11-22/TestWirelessDevice>`_  


  **Request Syntax**
  ::

    response = client.test_wireless_device(
        Id='string'
    )
    
  :type Id: string
  :param Id: **[REQUIRED]** 

    The ID of the wireless device to test.

    

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

    
    ::

      {
          'Result': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Result** *(string) --* 

        The result returned by the test.

        
  
  **Exceptions**
  
  *   :py:class:`IoTWireless.Client.exceptions.ValidationException`

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

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

  
  *   :py:class:`IoTWireless.Client.exceptions.InternalServerException`

  