Class: Aws::SES::Errors::TrackingOptionsDoesNotExistException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::SES::Errors::TrackingOptionsDoesNotExistException
 
 
- Defined in:
 - lib/aws-sdk-ses/errors.rb
 
Instance Method Summary collapse
- #configuration_set_name ⇒ String
 - 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ TrackingOptionsDoesNotExistException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of TrackingOptionsDoesNotExistException.
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TrackingOptionsDoesNotExistException
Returns a new instance of TrackingOptionsDoesNotExistException.
      546 547 548  | 
    
      # File 'lib/aws-sdk-ses/errors.rb', line 546 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#configuration_set_name ⇒ String
      551 552 553  | 
    
      # File 'lib/aws-sdk-ses/errors.rb', line 551 def configuration_set_name @data[:configuration_set_name] end  |