FailureDetails

public struct FailureDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The path to the log file where the step failure root cause was originally recorded.

    Declaration

    Swift

    public let logFile: String?
  • The descriptive message including the error the 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.

    Declaration

    Swift

    public let message: String?
  • 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.

    Declaration

    Swift

    public let reason: String?
  • Undocumented

    Declaration

    Swift

    public init(logFile: String? = nil, message: String? = nil, reason: String? = nil)