@Generated(value="software.amazon.awssdk:codegen") public class FailureDetails extends Object implements StructuredPojo, ToCopyableBuilder<FailureDetails.Builder,FailureDetails>
The details of the step failure. The service attempts to detect the root cause for many common failures.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FailureDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FailureDetails.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logFile()
The path to the log file where the step failure root cause was originally recorded.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
message()
The descriptive message including the error the EMR service has identified as the cause of step failure.
|
String |
reason()
The reason for the step failure.
|
static Class<? extends FailureDetails.Builder> |
serializableBuilderClass() |
FailureDetails.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String reason()
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.
public String message()
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.
public String logFile()
The path to the log file where the step failure root cause was originally recorded.
public FailureDetails.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<FailureDetails.Builder,FailureDetails>public static FailureDetails.Builder builder()
public static Class<? extends FailureDetails.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.