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