Class: Aws::States::Errors::ValidationException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::States::Errors::ValidationException
 
 
- Defined in:
 - lib/aws-sdk-states/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ValidationException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ValidationException.
 - #message ⇒ String
 - #reason ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
Returns a new instance of ValidationException.
      570 571 572  | 
    
      # File 'lib/aws-sdk-states/errors.rb', line 570 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      575 576 577  | 
    
      # File 'lib/aws-sdk-states/errors.rb', line 575 def @message || @data[:message] end  | 
  
#reason ⇒ String
      580 581 582  | 
    
      # File 'lib/aws-sdk-states/errors.rb', line 580 def reason @data[:reason] end  |