Class: Aws::Lambda::Errors::EFSIOException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Lambda::Errors::EFSIOException
 
 
- Defined in:
 - lib/aws-sdk-lambda/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ EFSIOException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of EFSIOException.
 - #message ⇒ String
 - #type ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EFSIOException
Returns a new instance of EFSIOException.
      205 206 207  | 
    
      # File 'lib/aws-sdk-lambda/errors.rb', line 205 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      215 216 217  | 
    
      # File 'lib/aws-sdk-lambda/errors.rb', line 215 def @message || @data[:message] end  | 
  
#type ⇒ String
      210 211 212  | 
    
      # File 'lib/aws-sdk-lambda/errors.rb', line 210 def type @data[:type] end  |