public class InvalidS3ConfigurationException extends AmazonServiceException
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.
AmazonServiceException.ErrorType
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
bucket |
private static long |
serialVersionUID |
Constructor and Description |
---|
InvalidS3ConfigurationException(java.lang.String message)
Constructs a new InvalidS3ConfigurationException with the specified error
message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBucket() |
void |
setBucket(java.lang.String bucket) |
InvalidS3ConfigurationException |
withBucket(java.lang.String bucket) |
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
private static final long serialVersionUID
private java.lang.String bucket
public InvalidS3ConfigurationException(java.lang.String message)
message
- Describes the error encountered.public void setBucket(java.lang.String bucket)
bucket
- public java.lang.String getBucket()
public InvalidS3ConfigurationException withBucket(java.lang.String bucket)
bucket
-