Class: Aws::SES::Errors::ConfigurationSetDoesNotExistException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::SES::Errors::ConfigurationSetDoesNotExistException
 
 
- Defined in:
 - lib/aws-sdk-ses/errors.rb
 
Instance Method Summary collapse
- #configuration_set_name ⇒ String
 - 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ConfigurationSetDoesNotExistException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ConfigurationSetDoesNotExistException.
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConfigurationSetDoesNotExistException
Returns a new instance of ConfigurationSetDoesNotExistException.
      131 132 133  | 
    
      # File 'lib/aws-sdk-ses/errors.rb', line 131 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#configuration_set_name ⇒ String
      136 137 138  | 
    
      # File 'lib/aws-sdk-ses/errors.rb', line 136 def configuration_set_name @data[:configuration_set_name] end  |