Class: Aws::SageMakerFeatureStoreRuntime::Errors::ValidationError
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::SageMakerFeatureStoreRuntime::Errors::ValidationError
 
- Defined in:
- gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ValidationError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ValidationError. 
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
  
  
  
  
  
    
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationError
Returns a new instance of ValidationError.
| 107 108 109 | # File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/errors.rb', line 107 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 112 113 114 | # File 'gems/aws-sdk-sagemakerfeaturestoreruntime/lib/aws-sdk-sagemakerfeaturestoreruntime/errors.rb', line 112 def @message || @data[:message] end |