ScenarioSummaryState type

Enum of the scenario run summary action state.
KnownScenarioSummaryState can be used interchangeably with ScenarioSummaryState, this enum contains the known values that the service supports.

Known values supported by the service

Pending: The action is pending and has not started.
Starting: The action is in the process of starting.
Running: The action is in the process of running.
Stopping: The action is in the process of stopping.
Succeeded: The action has completed successfully.
Canceling: The action is in the process of being canceled.
Canceled: The action has been canceled.
FailingOnError: The action is failing due to an error.
Failed: The action has failed.
Skipped: The action was skipped.

type ScenarioSummaryState = string