Class: Aws::Odb::Types::ValidationException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Odb::Types::ValidationException
 
 
- Defined in:
 - gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
 
Overview
The request has failed validation because it is missing required fields or has invalid inputs.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #field_list  ⇒ Array<Types::ValidationExceptionField> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of fields that failed validation.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
 - 
  
    
      #reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason why the validation failed.
 
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
A list of fields that failed validation.
      5171 5172 5173 5174 5175 5176 5177  | 
    
      # File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5171 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
      5171 5172 5173 5174 5175 5176 5177  | 
    
      # File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5171 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end  | 
  
#reason ⇒ String
The reason why the validation failed.
      5171 5172 5173 5174 5175 5176 5177  | 
    
      # File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5171 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end  |