@Generated(value="software.amazon.awssdk:codegen") public final class RecursiveInvocationException extends LambdaException implements ToCopyableBuilder<RecursiveInvocationException.Builder,RecursiveInvocationException>
Lambda has detected your function being invoked in a recursive loop with other Amazon Web Services resources and stopped your function's invocation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecursiveInvocationException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RecursiveInvocationException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RecursiveInvocationException.Builder> |
serializableBuilderClass() |
RecursiveInvocationException.Builder |
toBuilder() |
String |
type()
The exception type.
|
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic RecursiveInvocationException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RecursiveInvocationException.Builder,RecursiveInvocationException>toBuilder in class LambdaExceptionpublic static RecursiveInvocationException.Builder builder()
public static Class<? extends RecursiveInvocationException.Builder> serializableBuilderClass()
public String type()
The exception type.
Copyright © 2023. All rights reserved.