IoT / Client / list_thing_registration_task_reports

list_thing_registration_task_reports#

IoT.Client.list_thing_registration_task_reports(**kwargs)#

Information about the thing registration tasks.

See also: AWS API Documentation

Request Syntax

response = client.list_thing_registration_task_reports(
    taskId='string',
    reportType='ERRORS'|'RESULTS',
    nextToken='string',
    maxResults=123
)
Parameters:
  • taskId (string) –

    [REQUIRED]

    The id of the task.

  • reportType (string) –

    [REQUIRED]

    The type of task report.

  • nextToken (string) – To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

  • maxResults (integer) – The maximum number of results to return per request.

Return type:

dict

Returns:

Response Syntax

{
    'resourceLinks': [
        'string',
    ],
    'reportType': 'ERRORS'|'RESULTS',
    'nextToken': 'string'
}

Response Structure

  • (dict) –

    • resourceLinks (list) –

      Links to the task resources.

      • (string) –

    • reportType (string) –

      The type of task report.

    • nextToken (string) –

      The token to use to get the next set of results, or null if there are no additional results.

Exceptions