@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, isThrottlingException
extendedRequestId, requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public RecursiveInvocationException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<RecursiveInvocationException.Builder,RecursiveInvocationException>
toBuilder
in class LambdaException
public static RecursiveInvocationException.Builder builder()
public static Class<? extends RecursiveInvocationException.Builder> serializableBuilderClass()
public String type()
The exception type.
Copyright © 2023. All rights reserved.