Class: Aws::XRay::Types::UnprocessedTraceSegment

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-xray/types.rb

Overview

Information about a segment that failed processing.

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error that caused processing to fail.

Returns:

  • (String)


923
924
925
926
927
928
# File 'lib/aws-sdk-xray/types.rb', line 923

class UnprocessedTraceSegment < Struct.new(
  :id,
  :error_code,
  :message)
  include Aws::Structure
end

#idString

The segment’s ID.

Returns:

  • (String)


923
924
925
926
927
928
# File 'lib/aws-sdk-xray/types.rb', line 923

class UnprocessedTraceSegment < Struct.new(
  :id,
  :error_code,
  :message)
  include Aws::Structure
end

#messageString

The error message.

Returns:

  • (String)


923
924
925
926
927
928
# File 'lib/aws-sdk-xray/types.rb', line 923

class UnprocessedTraceSegment < Struct.new(
  :id,
  :error_code,
  :message)
  include Aws::Structure
end