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 execution status details of the cluster step.

Inheritance Hierarchy

System.Object
  Amazon.ElasticMapReduce.Model.StepStatus

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

Syntax

C#
public class StepStatus

The StepStatus type exposes the following members

Constructors

NameDescription
Public Method StepStatus()

Properties

NameTypeDescription
Public Property FailureDetails Amazon.ElasticMapReduce.Model.FailureDetails

Gets and sets the property FailureDetails.

The details for the step failure including reason, message, and log file path where the root cause was identified.

Public Property State Amazon.ElasticMapReduce.StepState

Gets and sets the property State.

The execution state of the cluster step.

Public Property StateChangeReason Amazon.ElasticMapReduce.Model.StepStateChangeReason

Gets and sets the property StateChangeReason.

The reason for the step execution status change.

Public Property Timeline Amazon.ElasticMapReduce.Model.StepTimeline

Gets and sets the property Timeline.

The timeline of the cluster step status over time.

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