IoT / Client / stop_thing_registration_task

stop_thing_registration_task#

IoT.Client.stop_thing_registration_task(**kwargs)#

Cancels a bulk thing provisioning task.

Requires permission to access the StopThingRegistrationTask action.

See also: AWS API Documentation

Request Syntax

response = client.stop_thing_registration_task(
    taskId='string'
)
Parameters:

taskId (string) –

[REQUIRED]

The bulk thing provisioning task ID.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions