Class: Aws::Types::GeneralError
- Inherits:
-
Object
- Object
- Aws::Types::GeneralError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_details ⇒ ::Array[Types::ErrorDetail]
Returns the value of attribute error_details.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#error_details ⇒ ::Array[Types::ErrorDetail]
Returns the value of attribute error_details.
602 603 604 |
# File 'sig/types.rbs', line 602 def error_details @error_details end |
#message ⇒ ::String
Returns the value of attribute message.
603 604 605 |
# File 'sig/types.rbs', line 603 def @message end |