GlueDataBrew / Client / start_job_run
start_job_run¶
- GlueDataBrew.Client.start_job_run(**kwargs)¶
 Runs a DataBrew job.
See also: AWS API Documentation
Request Syntax
response = client.start_job_run( Name='string' )
- Parameters:
 Name (string) –
[REQUIRED]
The name of the job to be run.
- Return type:
 dict
- Returns:
 Response Syntax
{ 'RunId': 'string' }
Response Structure
(dict) –
RunId (string) –
A system-generated identifier for this particular job run.
Exceptions
GlueDataBrew.Client.exceptions.ConflictExceptionGlueDataBrew.Client.exceptions.ResourceNotFoundExceptionGlueDataBrew.Client.exceptions.ServiceQuotaExceededExceptionGlueDataBrew.Client.exceptions.ValidationException