Class: Aws::SES::Errors::InvalidS3ConfigurationException Deprecated

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-ses/lib/aws-sdk-ses/errors.rb

Overview

Deprecated.

This error class is not used during parsing. Please use InvalidS3Configuration instead.

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidS3ConfigurationException

Returns a new instance of InvalidS3ConfigurationException.

Parameters:



421
422
423
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/errors.rb', line 421

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#bucketString

Returns:

  • (String)


426
427
428
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/errors.rb', line 426

def bucket
  @data[:bucket]
end