Values.GetDataSetExportTaskResponseSourceGets the status of a data set import task initiated with the CreateDataSetExportTask operation.
type nonrec t = {kmsKeyArn : String_.t option;The identifier of a customer managed key used for exported data set encryption.
*)status : DataSetTaskLifecycle.t option;The status of the task.
*)statusReason : String_.t option;If dataset export failed, the failure reason will show here.
*)summary : DataSetExportSummary.t option;A summary of the status of the task.
*)taskId : Identifier.t option;The task identifier.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]