Class: Aws::SES::Errors::InvalidConfigurationSetException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvalidConfigurationSetException.

Parameters:



276
277
278
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/errors.rb', line 276

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