Class: Aws::Types::ErrorObject
- Inherits:
-
Object
- Object
- Aws::Types::ErrorObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_data ⇒ ::String
Returns the value of attribute error_data.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#error_type ⇒ ::String
Returns the value of attribute error_type.
-
#stack_trace ⇒ ::Array[::String]
Returns the value of attribute stack_trace.
Instance Attribute Details
#error_data ⇒ ::String
Returns the value of attribute error_data.
651 652 653 |
# File 'sig/types.rbs', line 651 def error_data @error_data end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
649 650 651 |
# File 'sig/types.rbs', line 649 def @error_message end |
#error_type ⇒ ::String
Returns the value of attribute error_type.
650 651 652 |
# File 'sig/types.rbs', line 650 def error_type @error_type end |
#stack_trace ⇒ ::Array[::String]
Returns the value of attribute stack_trace.
652 653 654 |
# File 'sig/types.rbs', line 652 def stack_trace @stack_trace end |