Class: Aws::Types::FailureTrace
- Inherits:
-
Object
- Object
- Aws::Types::FailureTrace
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_code ⇒ ::Integer
Returns the value of attribute failure_code.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#metadata ⇒ Types::Metadata
Returns the value of attribute metadata.
-
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
Instance Attribute Details
#failure_code ⇒ ::Integer
Returns the value of attribute failure_code.
744 745 746 |
# File 'sig/types.rbs', line 744 def failure_code @failure_code end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
745 746 747 |
# File 'sig/types.rbs', line 745 def failure_reason @failure_reason end |
#metadata ⇒ Types::Metadata
Returns the value of attribute metadata.
746 747 748 |
# File 'sig/types.rbs', line 746 def @metadata end |
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
747 748 749 |
# File 'sig/types.rbs', line 747 def trace_id @trace_id end |