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

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

Overview

Information about a segment that failed processing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error that caused processing to fail.

Returns:

  • (String)


3245
3246
3247
3248
3249
3250
3251
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3245

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

#idString

The segment's ID.

Returns:

  • (String)


3245
3246
3247
3248
3249
3250
3251
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3245

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

#messageString

The error message.

Returns:

  • (String)


3245
3246
3247
3248
3249
3250
3251
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3245

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