Class: Aws::Connect::Types::PropertyValidationExceptionProperty
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::PropertyValidationExceptionProperty
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Contains information about why a property is not valid.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A message describing why the property is not valid.
 - 
  
    
      #property_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The full property path.
 - 
  
    
      #reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Why the property is not valid.
 
Instance Attribute Details
#message ⇒ String
A message describing why the property is not valid.
      17663 17664 17665 17666 17667 17668 17669  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 17663 class PropertyValidationExceptionProperty < Struct.new( :property_path, :reason, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#property_path ⇒ String
The full property path.
      17663 17664 17665 17666 17667 17668 17669  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 17663 class PropertyValidationExceptionProperty < Struct.new( :property_path, :reason, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#reason ⇒ String
Why the property is not valid.
      17663 17664 17665 17666 17667 17668 17669  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 17663 class PropertyValidationExceptionProperty < Struct.new( :property_path, :reason, :message) SENSITIVE = [] include Aws::Structure end  |