Class: Aws::MainframeModernization::Types::ValidationExceptionField
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::MainframeModernization::Types::ValidationExceptionField
 
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
Contains information about a validation exception field.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The message of the exception field. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the exception field. 
Instance Attribute Details
#message ⇒ String
The message of the exception field.
| 3520 3521 3522 3523 3524 3525 | # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 3520 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the exception field.
| 3520 3521 3522 3523 3524 3525 | # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 3520 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |