Class: Aws::SES::Errors::InvalidDeliveryOptionsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SES::Errors::InvalidDeliveryOptionsException
- Defined in:
- lib/aws-sdk-ses/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidDeliveryOptionsException
constructor
A new instance of InvalidDeliveryOptionsException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidDeliveryOptionsException
Returns a new instance of InvalidDeliveryOptionsException.
286 287 288 |
# File 'lib/aws-sdk-ses/errors.rb', line 286 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |