@Generated(value="software.amazon.awssdk:codegen") public final class LambdaFunctionTimedOutEventDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LambdaFunctionTimedOutEventDetails.Builder,LambdaFunctionTimedOutEventDetails>
Contains details about a lambda function timeout that occurred during an execution.
Modifier and Type | Class and Description |
---|---|
static interface |
LambdaFunctionTimedOutEventDetails.Builder |
Modifier and Type | Method and Description |
---|---|
static LambdaFunctionTimedOutEventDetails.Builder |
builder() |
String |
cause()
A more detailed explanation of the cause of the timeout.
|
boolean |
equals(Object obj) |
String |
error()
The error code of the failure.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LambdaFunctionTimedOutEventDetails.Builder> |
serializableBuilderClass() |
LambdaFunctionTimedOutEventDetails.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String error()
The error code of the failure.
public String cause()
A more detailed explanation of the cause of the timeout.
public LambdaFunctionTimedOutEventDetails.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LambdaFunctionTimedOutEventDetails.Builder,LambdaFunctionTimedOutEventDetails>
public static LambdaFunctionTimedOutEventDetails.Builder builder()
public static Class<? extends LambdaFunctionTimedOutEventDetails.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.