@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InvalidS3ConfigurationException extends AmazonSimpleEmailServiceException
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()
Indicated that the S3 Bucket was not found.
|
void |
setBucket(String bucket)
Indicated that the S3 Bucket was not found.
|
InvalidS3ConfigurationException |
withBucket(String bucket)
Indicated that the S3 Bucket was not found.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, 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)
Indicated that the S3 Bucket was not found.
bucket
- Indicated that the S3 Bucket was not found.public String getBucket()
Indicated that the S3 Bucket was not found.
public InvalidS3ConfigurationException withBucket(String bucket)
Indicated that the S3 Bucket was not found.
bucket
- Indicated that the S3 Bucket was not found.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.