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(java.lang.String message)
Constructs a new InvalidS3ConfigurationException with the specified error
message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBucket()
Indicated that the S3 Bucket was not found.
|
void |
setBucket(java.lang.String bucket)
Indicated that the S3 Bucket was not found.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCode
isRetryable
public InvalidS3ConfigurationException(java.lang.String message)
message
- Describes the error encountered.public java.lang.String getBucket()
Indicated that the S3 Bucket was not found.
Indicated that the S3 Bucket was not found.
public void setBucket(java.lang.String bucket)
Indicated that the S3 Bucket was not found.
bucket
- Indicated that the S3 Bucket was not found.
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.