Class: Aws::MediaLive::Types::ValidationError
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::ValidationError
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #element_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Path to the source of the error.
 - 
  
    
      #error_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The error message.
 
Instance Attribute Details
#element_path ⇒ String
Path to the source of the error.
      13230 13231 13232 13233 13234 13235  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 13230 class ValidationError < Struct.new( :element_path, :error_message) SENSITIVE = [] include Aws::Structure end  | 
  
#error_message ⇒ String
The error message.
      13230 13231 13232 13233 13234 13235  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 13230 class ValidationError < Struct.new( :element_path, :error_message) SENSITIVE = [] include Aws::Structure end  |