DeleteWorkerBlockRequest
public struct DeleteWorkerBlockRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A message that explains the reason for unblocking the Worker. The Worker does not see this message.
Declaration
Swift
public let reason: String?
-
The ID of the Worker to unblock.
Declaration
Swift
public let workerId: String
-
Undocumented
Declaration
Swift
public init(reason: String? = nil, workerId: String)
-
Declaration
Swift
public func validate(name: String) throws