Class: Aws::EFS::Errors::FileSystemAlreadyExists
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::EFS::Errors::FileSystemAlreadyExists
 
 
- Defined in:
 - lib/aws-sdk-efs/errors.rb
 
Instance Method Summary collapse
- #error_code ⇒ String
 - #file_system_id ⇒ String
 - 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ FileSystemAlreadyExists 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of FileSystemAlreadyExists.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ FileSystemAlreadyExists
Returns a new instance of FileSystemAlreadyExists.
      219 220 221  | 
    
      # File 'lib/aws-sdk-efs/errors.rb', line 219 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#error_code ⇒ String
      224 225 226  | 
    
      # File 'lib/aws-sdk-efs/errors.rb', line 224 def error_code @data[:error_code] end  | 
  
#file_system_id ⇒ String
      234 235 236  | 
    
      # File 'lib/aws-sdk-efs/errors.rb', line 234 def file_system_id @data[:file_system_id] end  | 
  
#message ⇒ String
      229 230 231  | 
    
      # File 'lib/aws-sdk-efs/errors.rb', line 229 def @message || @data[:message] end  |