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.
657 658 659 |
# File 'sig/types.rbs', line 657 def error_data @error_data end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
655 656 657 |
# File 'sig/types.rbs', line 655 def @error_message end |
#error_type ⇒ ::String
Returns the value of attribute error_type.
656 657 658 |
# File 'sig/types.rbs', line 656 def error_type @error_type end |
#stack_trace ⇒ ::Array[::String]
Returns the value of attribute stack_trace.
658 659 660 |
# File 'sig/types.rbs', line 658 def stack_trace @stack_trace end |