Class: Aws::PinpointEmail::Errors::SendingPausedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::PinpointEmail::Errors::SendingPausedException
- Defined in:
- lib/aws-sdk-pinpointemail/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.
132 133 134 |
# File 'lib/aws-sdk-pinpointemail/errors.rb', line 132 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |