Class: Aws::SES::Types::InvalidS3ConfigurationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::InvalidS3ConfigurationException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Indicates that the provided Amazon S3 bucket or Amazon Web Services 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].
[1]: docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
Indicated that the S3 Bucket was not found.
Instance Attribute Details
#bucket ⇒ String
Indicated that the S3 Bucket was not found.
2244 2245 2246 2247 2248 |
# File 'lib/aws-sdk-ses/types.rb', line 2244 class InvalidS3ConfigurationException < Struct.new( :bucket) SENSITIVE = [] include Aws::Structure end |