Class: Aws::EFS::Errors::AccessPointAlreadyExists
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::EFS::Errors::AccessPointAlreadyExists
 
 
- Defined in:
 - lib/aws-sdk-efs/errors.rb
 
Instance Method Summary collapse
- #access_point_id ⇒ String
 - #error_code ⇒ String
 - 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ AccessPointAlreadyExists 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of AccessPointAlreadyExists.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AccessPointAlreadyExists
Returns a new instance of AccessPointAlreadyExists.
      74 75 76  | 
    
      # File 'lib/aws-sdk-efs/errors.rb', line 74 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#access_point_id ⇒ String
      89 90 91  | 
    
      # File 'lib/aws-sdk-efs/errors.rb', line 89 def access_point_id @data[:access_point_id] end  | 
  
#error_code ⇒ String
      79 80 81  | 
    
      # File 'lib/aws-sdk-efs/errors.rb', line 79 def error_code @data[:error_code] end  | 
  
#message ⇒ String
      84 85 86  | 
    
      # File 'lib/aws-sdk-efs/errors.rb', line 84 def @message || @data[:message] end  |