Class: Aws::EFS::Errors::AccessPointNotFound
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::EFS::Errors::AccessPointNotFound
 
 
- Defined in:
 - lib/aws-sdk-efs/errors.rb
 
Instance Method Summary collapse
- #error_code ⇒ String
 - 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ AccessPointNotFound 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of AccessPointNotFound.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AccessPointNotFound
Returns a new instance of AccessPointNotFound.
      119 120 121  | 
    
      # File 'lib/aws-sdk-efs/errors.rb', line 119 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#error_code ⇒ String
      124 125 126  | 
    
      # File 'lib/aws-sdk-efs/errors.rb', line 124 def error_code @data[:error_code] end  | 
  
#message ⇒ String
      129 130 131  | 
    
      # File 'lib/aws-sdk-efs/errors.rb', line 129 def @message || @data[:message] end  |