Class: Aws::Types::AthenaError
- Inherits:
-
Object
- Object
- Aws::Types::AthenaError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_category ⇒ ::Integer
Returns the value of attribute error_category.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#error_type ⇒ ::Integer
Returns the value of attribute error_type.
-
#retryable ⇒ Boolean
Returns the value of attribute retryable.
Instance Attribute Details
#error_category ⇒ ::Integer
Returns the value of attribute error_category.
23 24 25 |
# File 'sig/types.rbs', line 23 def error_category @error_category end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
26 27 28 |
# File 'sig/types.rbs', line 26 def @error_message end |
#error_type ⇒ ::Integer
Returns the value of attribute error_type.
24 25 26 |
# File 'sig/types.rbs', line 24 def error_type @error_type end |
#retryable ⇒ Boolean
Returns the value of attribute retryable.
25 26 27 |
# File 'sig/types.rbs', line 25 def retryable @retryable end |