IoTWireless / Client / test_wireless_device

test_wireless_device#

IoTWireless.Client.test_wireless_device(**kwargs)#

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

See also: AWS API Documentation

Request Syntax

response = client.test_wireless_device(
    Id='string'
)
Parameters:

Id (string) –

[REQUIRED]

The ID of the wireless device to test.

Return type:

dict

Returns:

Response Syntax

{
    'Result': 'string'
}

Response Structure

  • (dict) –

    • Result (string) –

      The result returned by the test.

Exceptions

  • IoTWireless.Client.exceptions.ValidationException

  • IoTWireless.Client.exceptions.ResourceNotFoundException

  • IoTWireless.Client.exceptions.ThrottlingException

  • IoTWireless.Client.exceptions.InternalServerException