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
Constructor and Description |
---|
InvalidS3ConfigurationException(String message)
Constructs a new InvalidS3ConfigurationException with the specified error
message.
|
Modifier and Type | Method and Description |
---|---|
String |
getBucket() |
void |
setBucket(String bucket) |
InvalidS3ConfigurationException |
withBucket(String bucket) |
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidS3ConfigurationException(String message)
message
- Describes the error encountered.public void setBucket(String bucket)
bucket
- public String getBucket()
public InvalidS3ConfigurationException withBucket(String bucket)
bucket
- Copyright © 2016. All rights reserved.