CreateWorkerBlockRequest

public struct CreateWorkerBlockRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A message explaining the reason for blocking the Worker. This parameter enables you to keep track of your Workers. The Worker does not see this message.

    Declaration

    Swift

    public let reason: String
  • The ID of the Worker to block.

    Declaration

    Swift

    public let workerId: String
  • Undocumented

    Declaration

    Swift

    public init(reason: String, workerId: String)
  • Declaration

    Swift

    public func validate(name: String) throws