Class: Aws::DataExchange::Errors::ValidationException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::DataExchange::Errors::ValidationException
 
 
- Defined in:
 - lib/aws-sdk-dataexchange/errors.rb
 
Instance Method Summary collapse
- #exception_cause ⇒ String
 - 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ValidationException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ValidationException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
Returns a new instance of ValidationException.
      169 170 171  | 
    
      # File 'lib/aws-sdk-dataexchange/errors.rb', line 169 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#exception_cause ⇒ String
      179 180 181  | 
    
      # File 'lib/aws-sdk-dataexchange/errors.rb', line 179 def exception_cause @data[:exception_cause] end  | 
  
#message ⇒ String
      174 175 176  | 
    
      # File 'lib/aws-sdk-dataexchange/errors.rb', line 174 def @message || @data[:message] end  |