Class: Aws::EFS::Errors::BadRequest
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::EFS::Errors::BadRequest
 
 
- Defined in:
 - lib/aws-sdk-efs/errors.rb
 
Instance Method Summary collapse
- #error_code ⇒ String
 - 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ BadRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of BadRequest.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BadRequest
Returns a new instance of BadRequest.
      159 160 161  | 
    
      # File 'lib/aws-sdk-efs/errors.rb', line 159 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#error_code ⇒ String
      164 165 166  | 
    
      # File 'lib/aws-sdk-efs/errors.rb', line 164 def error_code @data[:error_code] end  | 
  
#message ⇒ String
      169 170 171  | 
    
      # File 'lib/aws-sdk-efs/errors.rb', line 169 def @message || @data[:message] end  |