EMRServerless.Client.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.ValidationExceptionEMRServerless.Client.exceptions.ResourceNotFoundExceptionEMRServerless.Client.exceptions.InternalServerException