enum Amazonite::SsmV1::CommandStatus
Defined in:
ssm_v1/command_status.crEnum Members
-
Pending =
0
-
InProgress =
1
-
Success =
2
-
Cancelled =
3
-
Failed =
4
-
TimedOut =
5
-
Cancelling =
6
Class Method Summary
- .from_json(pull : JSON::PullParser) : AS::CommandStatus
- .to_json(e : CommandStatus, json : JSON::Builder) : Nil