Class: Aws::SES::Types::InvalidS3ConfigurationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ses/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

Indicated that the S3 Bucket was not found.

Returns:

  • (String)


2244
2245
2246
2247
2248
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 2244

class InvalidS3ConfigurationException < Struct.new(
  :bucket)
  SENSITIVE = []
  include Aws::Structure
end