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