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