Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ExportTaskStatus Source #
Represents the status of an export task.
See: newExportTaskStatus
smart constructor.
Instances
newExportTaskStatus :: ExportTaskStatus Source #
Create a value of ExportTaskStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:code:ExportTaskStatus'
, exportTaskStatus_code
- The status code of the export task.
$sel:message:ExportTaskStatus'
, exportTaskStatus_message
- The status message related to the status code.
exportTaskStatus_code :: Lens' ExportTaskStatus (Maybe ExportTaskStatusCode) Source #
The status code of the export task.
exportTaskStatus_message :: Lens' ExportTaskStatus (Maybe Text) Source #
The status message related to the status code.