Class: Aws::Types::VectorEnrichmentJobErrorDetails
- Inherits:
-
Object
- Object
- Aws::Types::VectorEnrichmentJobErrorDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#error_type ⇒ "CLIENT_ERROR", "SERVER_ERROR"
Returns the value of attribute error_type.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
738 739 740 |
# File 'sig/types.rbs', line 738 def @error_message end |
#error_type ⇒ "CLIENT_ERROR", "SERVER_ERROR"
Returns the value of attribute error_type.
739 740 741 |
# File 'sig/types.rbs', line 739 def error_type @error_type end |