Class: Aws::SES::Errors::InvalidDeliveryOptionsException 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 InvalidDeliveryOptions instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvalidDeliveryOptionsException.

Parameters:



341
342
343
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/errors.rb', line 341

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