delete_sync_job
(**kwargs)¶Delete the SyncJob.
See also: AWS API Documentation
Request Syntax
response = client.delete_sync_job(
workspaceId='string',
syncSource='string'
)
[REQUIRED]
The workspace Id.
[REQUIRED]
The sync source.
Note
Currently the only supported syncSoucre is SITEWISE
.
dict
Response Syntax
{
'state': 'CREATING'|'INITIALIZING'|'ACTIVE'|'DELETING'|'ERROR'
}
Response Structure
(dict) --
state (string) --
The SyncJob response state.
Exceptions
IoTTwinMaker.Client.exceptions.InternalServerException
IoTTwinMaker.Client.exceptions.AccessDeniedException
IoTTwinMaker.Client.exceptions.ResourceNotFoundException
IoTTwinMaker.Client.exceptions.ThrottlingException
IoTTwinMaker.Client.exceptions.ValidationException
IoTTwinMaker.Client.exceptions.ServiceQuotaExceededException