Class: Aws::SSMContacts::Types::ValidationException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSMContacts::Types::ValidationException
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssmcontacts/types.rb
 
Overview
The input fails to satisfy the constraints specified by an Amazon Web Services service.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #fields  ⇒ Array<Types::ValidationExceptionField> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The fields that caused the error.
 - #message ⇒ String
 - 
  
    
      #reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Reason the request failed validation.
 
Instance Attribute Details
#fields ⇒ Array<Types::ValidationExceptionField>
The fields that caused the error
      2512 2513 2514 2515 2516 2517 2518  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2512 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
      2512 2513 2514 2515 2516 2517 2518  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2512 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end  | 
  
#reason ⇒ String
Reason the request failed validation
      2512 2513 2514 2515 2516 2517 2518  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2512 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end  |