ExportTaskStatus
public struct ExportTaskStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The status code of the export task.
Declaration
Swift
public let code: ExportTaskStatusCode?
-
The status message related to the status code.
Declaration
Swift
public let message: String?
-
Undocumented
Declaration
Swift
public init(code: ExportTaskStatusCode? = nil, message: String? = nil)