Class: Aws::Types::ErrorDetail
- Inherits:
-
Object
- Object
- Aws::Types::ErrorDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_data ⇒ ::Array[::Hash[::String, ::String]]
Returns the value of attribute error_data.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
487 488 489 |
# File 'sig/types.rbs', line 487 def error_code @error_code end |
#error_data ⇒ ::Array[::Hash[::String, ::String]]
Returns the value of attribute error_data.
488 489 490 |
# File 'sig/types.rbs', line 488 def error_data @error_data end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
489 490 491 |
# File 'sig/types.rbs', line 489 def @error_message end |