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