@Generated(value="software.amazon.awssdk:codegen") public final class BulkLoadIdNotFoundException extends NeptunedataException implements ToCopyableBuilder<BulkLoadIdNotFoundException.Builder,BulkLoadIdNotFoundException>
Raised when a specified bulk-load job ID cannot be found.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BulkLoadIdNotFoundException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BulkLoadIdNotFoundException.Builder |
builder() |
String |
code()
The HTTP status code returned with the exception.
|
String |
detailedMessage()
A detailed message describing the problem.
|
String |
requestIdValue()
The bulk-load job ID that could not be found.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BulkLoadIdNotFoundException.Builder> |
serializableBuilderClass() |
BulkLoadIdNotFoundException.Builder |
toBuilder() |
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 BulkLoadIdNotFoundException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BulkLoadIdNotFoundException.Builder,BulkLoadIdNotFoundException>toBuilder in class NeptunedataExceptionpublic static BulkLoadIdNotFoundException.Builder builder()
public static Class<? extends BulkLoadIdNotFoundException.Builder> serializableBuilderClass()
public String detailedMessage()
A detailed message describing the problem.
public String requestIdValue()
The bulk-load job ID that could not be found.
public String code()
The HTTP status code returned with the exception.
Copyright © 2023. All rights reserved.