The action to take if your step is waiting for the instance group to start
and it enters the Arrested state.
Namespace: Amazon.ElasticMapReduce.ModelFail - Fail the step. Wait - Continue waiting until the instance group is no longer arrested (requires manual intervention). Continue - Proceed onto the next step.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public enum OnArrested
Public Enumeration OnArrested
public enum class OnArrested
Members
| Member | Value | Description |
|---|---|---|
| Fail | 0 | |
| Wait | 1 | |
| Continue | 2 |