Class: Aws::Types::ExportTaskError
- Inherits:
-
Object
- Object
- Aws::Types::ExportTaskError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_data ⇒ Types::ExportErrorData
Returns the value of attribute error_data.
-
#error_date_time ⇒ ::String
Returns the value of attribute error_date_time.
Instance Attribute Details
#error_data ⇒ Types::ExportErrorData
Returns the value of attribute error_data.
498 499 500 |
# File 'sig/types.rbs', line 498 def error_data @error_data end |
#error_date_time ⇒ ::String
Returns the value of attribute error_date_time.
497 498 499 |
# File 'sig/types.rbs', line 497 def error_date_time @error_date_time end |