Class: Aws::VoiceID::Types::FailureDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::VoiceID::Types::FailureDetails
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-voiceid/types.rb
 
Overview
Contains error details for a failed batch job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the error that caused the batch job failure.
 - 
  
    
      #status_code  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An HTTP status code representing the nature of the error.
 
Instance Attribute Details
#message ⇒ String
A description of the error that caused the batch job failure.
      825 826 827 828 829 830  | 
    
      # File 'lib/aws-sdk-voiceid/types.rb', line 825 class FailureDetails < Struct.new( :message, :status_code) SENSITIVE = [] include Aws::Structure end  | 
  
#status_code ⇒ Integer
An HTTP status code representing the nature of the error.
      825 826 827 828 829 830  | 
    
      # File 'lib/aws-sdk-voiceid/types.rb', line 825 class FailureDetails < Struct.new( :message, :status_code) SENSITIVE = [] include Aws::Structure end  |