Class: Aws::Types::UnprocessedTraceSegment
- Inherits:
-
Object
- Object
- Aws::Types::UnprocessedTraceSegment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def error_code @error_code end |
#id ⇒ ::String
Returns the value of attribute id.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def id @id end |
#message ⇒ ::String
Returns the value of attribute message.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def end |