Class: Aws::Types::ErrorDetail
- Inherits:
-
Object
- Object
- Aws::Types::ErrorDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detailed_error_code ⇒ ::String
Returns the value of attribute detailed_error_code.
-
#detailed_error_message ⇒ ::String
Returns the value of attribute detailed_error_message.
Instance Attribute Details
#detailed_error_code ⇒ ::String
Returns the value of attribute detailed_error_code.
540 541 542 |
# File 'sig/types.rbs', line 540 def detailed_error_code @detailed_error_code end |
#detailed_error_message ⇒ ::String
Returns the value of attribute detailed_error_message.
541 542 543 |
# File 'sig/types.rbs', line 541 def @detailed_error_message end |