Values.BatchAssociateUserStackResultSourceAssociates the specified users with the specified stacks. Users in a user pool cannot be assigned to stacks with fleets that are joined to an Active Directory domain.
type nonrec t = {errors : UserStackAssociationErrorList.t option;The list of UserStackAssociationError objects.
*)}type nonrec error = [ | `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `Unknown_operation_error of string * string option ]