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.
3245 3246 3247 3248 3249 3250 3251 |
# File 'lib/aws-sdk-xray/types.rb', line 3245 class UnprocessedTraceSegment < Struct.new( :id, :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The segment’s ID.
3245 3246 3247 3248 3249 3250 3251 |
# File 'lib/aws-sdk-xray/types.rb', line 3245 class UnprocessedTraceSegment < Struct.new( :id, :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message.
3245 3246 3247 3248 3249 3250 3251 |
# File 'lib/aws-sdk-xray/types.rb', line 3245 class UnprocessedTraceSegment < Struct.new( :id, :error_code, :message) SENSITIVE = [] include Aws::Structure end |