Class: Aws::XRay::Types::UnprocessedTraceSegment
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::UnprocessedTraceSegment
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-xray/types.rb
 
Overview
Information about a segment that failed processing.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #error_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The error that caused processing to fail.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The segment’s ID.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The error message.
 
Instance Attribute Details
#error_code ⇒ String
The error that caused processing to fail.
      3643 3644 3645 3646 3647 3648 3649  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 3643 class UnprocessedTraceSegment < Struct.new( :id, :error_code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The segment’s ID.
      3643 3644 3645 3646 3647 3648 3649  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 3643 class UnprocessedTraceSegment < Struct.new( :id, :error_code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
The error message.
      3643 3644 3645 3646 3647 3648 3649  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 3643 class UnprocessedTraceSegment < Struct.new( :id, :error_code, :message) SENSITIVE = [] include Aws::Structure end  |