stop_application
(**kwargs)¶Stops a specified application and releases initial capacity if configured. All scheduled and running jobs must be completed or cancelled before stopping an application.
See also: AWS API Documentation
Request Syntax
response = client.stop_application(
applicationId='string'
)
[REQUIRED]
The ID of the application to stop.
{}
Response Structure
Exceptions
EMRServerless.Client.exceptions.ValidationException
EMRServerless.Client.exceptions.ResourceNotFoundException
EMRServerless.Client.exceptions.InternalServerException