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()
Returns the value of the Bucket property for this object.
|
void |
setBucket(String bucket)
Sets the value of the Bucket property for this object.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, 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 String getBucket()
public void setBucket(String bucket)
bucket
- The new value for this object's Bucket property.Copyright © 2015. All rights reserved.