Class: Aws::SES::Errors::EventDestinationDoesNotExistException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::SES::Errors::EventDestinationDoesNotExistException
 
 
- Defined in:
 - lib/aws-sdk-ses/errors.rb
 
Instance Method Summary collapse
- #configuration_set_name ⇒ String
 - #event_destination_name ⇒ String
 - 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ EventDestinationDoesNotExistException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of EventDestinationDoesNotExistException.
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EventDestinationDoesNotExistException
Returns a new instance of EventDestinationDoesNotExistException.
      221 222 223  | 
    
      # File 'lib/aws-sdk-ses/errors.rb', line 221 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#configuration_set_name ⇒ String
      226 227 228  | 
    
      # File 'lib/aws-sdk-ses/errors.rb', line 226 def configuration_set_name @data[:configuration_set_name] end  | 
  
#event_destination_name ⇒ String
      231 232 233  | 
    
      # File 'lib/aws-sdk-ses/errors.rb', line 231 def event_destination_name @data[:event_destination_name] end  |