Values_0.CreateHumanTaskUiResponseSourceDefines the settings you will use for the human review workflow user interface. Reviewers will see a three-panel interface with an instruction area, the item to review, and an input area.
type nonrec t = {humanTaskUiArn : HumanTaskUiArn.t option;The Amazon Resource Name (ARN) of the human review workflow user interface you create.
*)}type nonrec error = [ | `ResourceInUse of ResourceInUse.t| `ResourceLimitExceeded of ResourceLimitExceeded.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceInUse of ResourceInUse.t
| `ResourceLimitExceeded of ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceInUse of ResourceInUse.t
| `ResourceLimitExceeded of ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]