@Generated(value="software.amazon.awssdk:codegen") public final class S3Exception extends SecurityLakeException implements ToCopyableBuilder<S3Exception.Builder,S3Exception>
Provides an extension of the AmazonServiceException for errors reported by Amazon S3 while processing a request. In particular, this class provides access to Amazon S3's extended request ID. This ID is required debugging information in the case the user needs to contact Amazon about an issue where Amazon S3 is incorrectly handling a request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3Exception.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3Exception.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3Exception.Builder> |
serializableBuilderClass() |
S3Exception.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 S3Exception.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3Exception.Builder,S3Exception>toBuilder in class SecurityLakeExceptionpublic static S3Exception.Builder builder()
public static Class<? extends S3Exception.Builder> serializableBuilderClass()
Copyright © 2022. All rights reserved.