Class: Aws::SES::Errors::InvalidDeliveryOptionsException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvalidDeliveryOptionsException.

Parameters:



286
287
288
# File 'lib/aws-sdk-ses/errors.rb', line 286

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