ApiYarnKillResponse Data Model

The response from an Yarn kill application response.

Properties
name data type description
warning string The warning, if any, from the call. We will return a warning if the caller attempts to cancel an application that has already completed.

Example

{
  "warning" : "..."
}