@Generated(value="software.amazon.awssdk:codegen") public final class InvalidS3ConfigurationException extends SesException implements ToCopyableBuilder<InvalidS3ConfigurationException.Builder,InvalidS3ConfigurationException>
Indicates that the provided Amazon S3 bucket or AWS KMS encryption key is invalid, or that Amazon SES could not publish to the bucket, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidS3ConfigurationException.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
Indicated that the S3 Bucket was not found.
|
static InvalidS3ConfigurationException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidS3ConfigurationException.Builder> |
serializableBuilderClass() |
InvalidS3ConfigurationException.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 InvalidS3ConfigurationException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InvalidS3ConfigurationException.Builder,InvalidS3ConfigurationException>toBuilder in class SesExceptionpublic static InvalidS3ConfigurationException.Builder builder()
public static Class<? extends InvalidS3ConfigurationException.Builder> serializableBuilderClass()
public String bucket()
Indicated that the S3 Bucket was not found.
Copyright © 2023. All rights reserved.