ContentStopEvent
An event that signals the completion of a command execution. This event contains the final status and exit code of the executed command.
Contents
- exitCode
-
The exit code returned by the executed command. An exit code of 0 indicates successful execution, -1 indicates a platform error, and values greater than 0 indicate command-specific errors.
Type: Integer
Required: Yes
- status
-
The final status of the command execution. Valid values are
COMPLETEDfor successful completion orTIMED_OUTif the command exceeded the specified timeout.Type: String
Valid Values:
COMPLETED | TIMED_OUTRequired: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: