Class: Aws::BedrockAgent::Types::ValidationException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::ValidationException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Input validation failed. Check your request parameters and retry the request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #field_list  ⇒ Array<Types::ValidationExceptionField> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of objects containing fields that caused validation errors and their corresponding validation error messages.
 - #message ⇒ String
 
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
A list of objects containing fields that caused validation errors and their corresponding validation error messages.
      7830 7831 7832 7833 7834 7835  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7830 class ValidationException < Struct.new( :field_list, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
      7830 7831 7832 7833 7834 7835  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7830 class ValidationException < Struct.new( :field_list, :message) SENSITIVE = [] include Aws::Structure end  |