Class: Aws::PinpointSMSVoiceV2::Types::ValidationExceptionField
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::ValidationExceptionField
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
The field associated with the validation exception.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message associated with the validation exception with information to help determine its cause.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the field.
 
Instance Attribute Details
#message ⇒ String
The message associated with the validation exception with information to help determine its cause.
      6854 6855 6856 6857 6858 6859  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6854 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the field.
      6854 6855 6856 6857 6858 6859  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6854 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end  |