Class: Aws::BedrockAgent::Types::ValidationExceptionField
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::ValidationExceptionField
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Stores information about a field passed inside a request that resulted in an validation error.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A message describing why this field failed validation.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the field.
 
Instance Attribute Details
#message ⇒ String
A message describing why this field failed validation.
      7850 7851 7852 7853 7854 7855  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7850 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the field.
      7850 7851 7852 7853 7854 7855  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7850 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end  |