@Generated(value="software.amazon.awssdk:codegen") public final class ResourceNotReadyException extends LambdaException implements ToCopyableBuilder<ResourceNotReadyException.Builder,ResourceNotReadyException>
The function is inactive and its VPC connection is no longer available. Wait for the VPC connection to reestablish and try again.
Modifier and Type | Class and Description |
---|---|
static interface |
ResourceNotReadyException.Builder |
Modifier and Type | Method and Description |
---|---|
static ResourceNotReadyException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceNotReadyException.Builder> |
serializableBuilderClass() |
ResourceNotReadyException.Builder |
toBuilder() |
String |
type()
The exception type.
|
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
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 ResourceNotReadyException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ResourceNotReadyException.Builder,ResourceNotReadyException>
toBuilder
in class LambdaException
public static ResourceNotReadyException.Builder builder()
public static Class<? extends ResourceNotReadyException.Builder> serializableBuilderClass()
public String type()
The exception type.
Copyright © 2020. All rights reserved.