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