Class: Aws::SES::Errors::InvalidConfigurationSetException Deprecated
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::SES::Errors::InvalidConfigurationSetException
 
- Defined in:
- lib/aws-sdk-ses/errors.rb
Overview
Deprecated. 
  This error class is not used during parsing. Please use ‘InvalidConfigurationSet` instead.
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ InvalidConfigurationSetException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of InvalidConfigurationSetException. 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidConfigurationSetException
Returns a new instance of InvalidConfigurationSetException.
| 329 330 331 | # File 'lib/aws-sdk-ses/errors.rb', line 329 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |