AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The action to take if your step is waiting for the instance group to start and it enters the Arrested state.

Fail - Fail the step. Wait - Continue waiting until the instance group is no longer arrested (requires manual intervention). Continue - Proceed onto the next step.

Inheritance Hierarchy

System.Object
  System.ValueType
    System.Enum
      Amazon.ElasticMapReduce.Model.OnArrested

Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK.ElasticMapReduce.dll
Version: 3.x.y.z

Syntax

C#
public enum OnArrested

The OnArrested type exposes the following members

Members

NameDescription
Enum Continue
Enum Fail
Enum Wait

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5