@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 the Amazon S3 extended request ID. If Amazon S3 is incorrectly handling a request and you need to contact Amazon, this extended request ID may provide useful debugging information.
| 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 © 2023. All rights reserved.