UnexpectedExitStatusEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)An event generated when the execution of a container results in a
non-zero exit status that was not otherwise ignored. Execution will
continue, but only actions that are flagged as ALWAYS_RUN will
be executed. Other actions will be skipped.
Attributes |
|
|---|---|
| Name | Description |
action_id |
int
The numeric ID of the action that started the container. |
exit_status |
int
The exit status of the container. |