IoTTwinMaker / Client / delete_sync_job
delete_sync_job¶
- IoTTwinMaker.Client.delete_sync_job(**kwargs)¶
- Delete the SyncJob. - See also: AWS API Documentation - Request Syntax- response = client.delete_sync_job( workspaceId='string', syncSource='string' ) - Parameters:
- workspaceId (string) – - [REQUIRED] - The workspace ID. 
- syncSource (string) – - [REQUIRED] - The sync source. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'state': 'CREATING'|'INITIALIZING'|'ACTIVE'|'DELETING'|'ERROR' } - Response Structure- (dict) – - state (string) – - The SyncJob response state. 
 
 
 - Exceptions