Class: Aws::OpenSearchService::Errors::ResourceNotFoundException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::OpenSearchService::Errors::ResourceNotFoundException
 
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ResourceNotFoundException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ResourceNotFoundException. 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
Returns a new instance of ResourceNotFoundException.
| 160 161 162 | # File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/errors.rb', line 160 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |