enum Amazonite::SsmV1::AutomationExecutionStatus
Defined in:
ssm_v1/automation_execution_status.crEnum Members
-
Pending =
0 -
InProgress =
1 -
Waiting =
2 -
Success =
3 -
TimedOut =
4 -
Cancelling =
5 -
Cancelled =
6 -
Failed =
7 -
PendingApproval =
8 -
Approved =
9 -
Rejected =
10 -
Scheduled =
11 -
RunbookInProgress =
12 -
PendingChangeCalendarOverride =
13 -
ChangeCalendarOverrideApproved =
14 -
ChangeCalendarOverrideRejected =
15 -
CompletedWithSuccess =
16 -
CompletedWithFailure =
17
Class Method Summary
- .from_json(pull : JSON::PullParser) : AS::AutomationExecutionStatus
- .to_json(e : AutomationExecutionStatus, json : JSON::Builder) : Nil
Instance Method Summary
- #approved?
- #cancelled?
- #cancelling?
- #change_calendar_override_approved?
- #change_calendar_override_rejected?
- #completed_with_failure?
- #completed_with_success?
- #failed?
- #in_progress?
- #pending?
- #pending_approval?
- #pending_change_calendar_override?
- #rejected?
- #runbook_in_progress?
- #scheduled?
- #success?
- #timed_out?
- #waiting?