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