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