Class: Aws::PinpointSMSVoiceV2::Types::ValidationException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::ValidationException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
A validation exception for a field.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #fields  ⇒ Array<Types::ValidationExceptionField> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The field that failed validation.
 - #message ⇒ String
 - 
  
    
      #reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason for the exception.
 
Instance Attribute Details
#fields ⇒ Array<Types::ValidationExceptionField>
The field that failed validation.
      6833 6834 6835 6836 6837 6838 6839  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6833 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
      6833 6834 6835 6836 6837 6838 6839  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6833 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end  | 
  
#reason ⇒ String
The reason for the exception.
      6833 6834 6835 6836 6837 6838 6839  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6833 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end  |