Class: Aws::Types::BatchDeleteImportDataError
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteImportDataError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "NOT_FOUND", ...
Returns the value of attribute error_code.
-
#error_description ⇒ ::String
Returns the value of attribute error_description.
-
#import_task_id ⇒ ::String
Returns the value of attribute import_task_id.
Instance Attribute Details
#error_code ⇒ "NOT_FOUND", ...
Returns the value of attribute error_code.
84 85 86 |
# File 'sig/types.rbs', line 84 def error_code @error_code end |
#error_description ⇒ ::String
Returns the value of attribute error_description.
85 86 87 |
# File 'sig/types.rbs', line 85 def error_description @error_description end |
#import_task_id ⇒ ::String
Returns the value of attribute import_task_id.
83 84 85 |
# File 'sig/types.rbs', line 83 def import_task_id @import_task_id end |