Class: Aws::Types::ErrorCause
- Inherits:
-
Object
- Object
- Aws::Types::ErrorCause
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_category ⇒ "RETRYABLE_ERROR", "NON_RETRYABLE_ERROR"
Returns the value of attribute error_category.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
Instance Attribute Details
#error_category ⇒ "RETRYABLE_ERROR", "NON_RETRYABLE_ERROR"
Returns the value of attribute error_category.
235 236 237 |
# File 'sig/types.rbs', line 235 def error_category @error_category end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
234 235 236 |
# File 'sig/types.rbs', line 234 def @error_message end |