FailureDetails

The details of the step failure. The service attempts to detect the root cause for many common failures.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The path to the log file where the step failure root cause was originally recorded.

Link copied to clipboard

The descriptive message including the error the Amazon EMR service has identified as the cause of step failure. This is text from an error log that describes the root cause of the failure.

Link copied to clipboard

The reason for the step failure. In the case where the service cannot successfully determine the root cause of the failure, it returns "Unknown Error" as a reason.

Functions

Link copied to clipboard
inline fun copy(block: FailureDetails.Builder.() -> Unit = {}): FailureDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String