import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
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.
*/ export interface InvalidS3ConfigurationException extends __ServiceException__<_InvalidS3ConfigurationExceptionDetails> { name: "InvalidS3ConfigurationException"; } export interface _InvalidS3ConfigurationExceptionDetails { /** *Indicated that the S3 Bucket was not found.
*/ Bucket?: string; }