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.
662 663 664 |
# File 'sig/types.rbs', line 662 def failure_code @failure_code end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
663 664 665 |
# File 'sig/types.rbs', line 663 def failure_reason @failure_reason end |
#metadata ⇒ Types::Metadata
Returns the value of attribute metadata.
664 665 666 |
# File 'sig/types.rbs', line 664 def @metadata end |
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
665 666 667 |
# File 'sig/types.rbs', line 665 def trace_id @trace_id end |