MainframeModernization / Client / stop_application
stop_application#
- MainframeModernization.Client.stop_application(**kwargs)#
Stops a running application.
See also: AWS API Documentation
Request Syntax
response = client.stop_application( applicationId='string', forceStop=True|False )
- Parameters:
applicationId (string) –
[REQUIRED]
The unique identifier of the application you want to stop.
forceStop (boolean) – Stopping an application process can take a long time. Setting this parameter to true lets you force stop the application so you don’t need to wait until the process finishes to apply another action on the application. The default value is false.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
MainframeModernization.Client.exceptions.ValidationException
MainframeModernization.Client.exceptions.ConflictException
MainframeModernization.Client.exceptions.InternalServerException
MainframeModernization.Client.exceptions.AccessDeniedException
MainframeModernization.Client.exceptions.ThrottlingException
MainframeModernization.Client.exceptions.ResourceNotFoundException