Class: Aws::Types::StackError
- Inherits:
-
Object
- Object
- Aws::Types::StackError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "STORAGE_CONNECTOR_ERROR", "INTERNAL_SERVICE_ERROR"
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
Instance Attribute Details
#error_code ⇒ "STORAGE_CONNECTOR_ERROR", "INTERNAL_SERVICE_ERROR"
Returns the value of attribute error_code.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def @error_message end |