NotifyWorkersFailureStatus
public struct NotifyWorkersFailureStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Encoded value for the failure type.
Declaration
Swift
public let notifyWorkersFailureCode: NotifyWorkersFailureCode?
-
A message detailing the reason the Worker could not be notified.
Declaration
Swift
public let notifyWorkersFailureMessage: String?
-
The ID of the Worker.
Declaration
Swift
public let workerId: String?
-
Undocumented
Declaration
Swift
public init(notifyWorkersFailureCode: NotifyWorkersFailureCode? = nil, notifyWorkersFailureMessage: String? = nil, workerId: String? = nil)