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.ConflictException
GlueDataBrew.Client.exceptions.ResourceNotFoundException
GlueDataBrew.Client.exceptions.ServiceQuotaExceededException
GlueDataBrew.Client.exceptions.ValidationException