Class: Aws::Pipes::Types::ValidationExceptionField
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Pipes::Types::ValidationExceptionField
 
- Defined in:
- gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb
Overview
Indicates that an error has occurred while performing a validate operation.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The message of the exception. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the exception. 
Instance Attribute Details
#message ⇒ String
The message of the exception.
| 3729 3730 3731 3732 3733 3734 | # File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3729 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the exception.
| 3729 3730 3731 3732 3733 3734 | # File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3729 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |