get_dashboard_for_job_run
(**kwargs)¶Returns a URL to access the job run dashboard.
See also: AWS API Documentation
Request Syntax
response = client.get_dashboard_for_job_run(
applicationId='string',
jobRunId='string'
)
[REQUIRED]
The ID of the application.
[REQUIRED]
The ID of the job run.
dict
Response Syntax
{
'url': 'string'
}
Response Structure
(dict) --
url (string) --
The URL to view job run's dashboard.
Exceptions
EMRServerless.Client.exceptions.ValidationException
EMRServerless.Client.exceptions.ResourceNotFoundException
EMRServerless.Client.exceptions.InternalServerException