Values.SendProjectSessionActionResponseSourcePerforms a recipe step within an interactive DataBrew session that's currently open.
type nonrec t = {result : Result_.t option;A message indicating the result of performing the action.
*)name : ProjectName.t option;The name of the project that was affected by the action.
*)actionId : ActionId.t option;A unique identifier for the action that was performed.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of ConflictException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of ConflictException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string * [> `Integer of ActionId.t | `String of Result_.t ]) list ]