EmrClusterStatusResponse

data class EmrClusterStatusResponse(val errorDetails: List<ErrorDetailResponse>? = null, val state: ClusterStateEnumValueResponse? = null, val stateChangeReason: ClusterStateChangeReasonResponse? = null, val timeline: ClusterTimelineResponse? = null)

Definition of ClusterStatus

Constructors

Link copied to clipboard
constructor(errorDetails: List<ErrorDetailResponse>? = null, state: ClusterStateEnumValueResponse? = null, stateChangeReason: ClusterStateChangeReasonResponse? = null, timeline: ClusterTimelineResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of tuples that provides information about the errors that caused a cluster to terminate. This structure can contain up to 10 different ErrorDetail tuples.

Link copied to clipboard

The current state of the cluster.

Link copied to clipboard

The reason for the cluster status change.

Link copied to clipboard

A timeline that represents the status of a cluster over the lifetime of the cluster.