Values_2.DeleteUserCustomPermissionRequestSourceDeletes a custom permissions profile from a user.
type nonrec t = {userName : UserName.t;The username of the user that you want to remove custom permissions from.
*)awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the custom permission configuration that you want to delete.
*)namespace : Values_0.Namespace.t;The namespace that the user belongs to.
*)}val make :
userName:UserName.t ->
awsAccountId:Values_1.AwsAccountId.t ->
namespace:Values_0.Namespace.t ->
unit ->
t