Class: Aws::Types::ImportTaskError
- Inherits:
-
Object
- Object
- Aws::Types::ImportTaskError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_data ⇒ Types::ImportErrorData
Returns the value of attribute error_data.
-
#error_date_time ⇒ ::String
Returns the value of attribute error_date_time.
-
#error_type ⇒ "VALIDATION_ERROR", "PROCESSING_ERROR"
Returns the value of attribute error_type.
Instance Attribute Details
#error_data ⇒ Types::ImportErrorData
Returns the value of attribute error_data.
598 599 600 |
# File 'sig/types.rbs', line 598 def error_data @error_data end |
#error_date_time ⇒ ::String
Returns the value of attribute error_date_time.
596 597 598 |
# File 'sig/types.rbs', line 596 def error_date_time @error_date_time end |
#error_type ⇒ "VALIDATION_ERROR", "PROCESSING_ERROR"
Returns the value of attribute error_type.
597 598 599 |
# File 'sig/types.rbs', line 597 def error_type @error_type end |