Values.DescribeMountTargetSecurityGroupsResponseSourceReturns the security groups currently in effect for a mount target. This operation requires that the network interface of the mount target has been created and the lifecycle state of the mount target is not deleted. This operation requires permissions for the following actions: elasticfilesystem:DescribeMountTargetSecurityGroups action on the mount target's file system. ec2:DescribeNetworkInterfaceAttribute action on the mount target's network interface.
type nonrec error = [ | `BadRequest of BadRequest.t| `IncorrectMountTargetState of IncorrectMountTargetState.t| `InternalServerError of InternalServerError.t| `MountTargetNotFound of MountTargetNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequest of BadRequest.t
| `IncorrectMountTargetState of IncorrectMountTargetState.t
| `InternalServerError of InternalServerError.t
| `MountTargetNotFound of MountTargetNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequest of BadRequest.t
| `IncorrectMountTargetState of IncorrectMountTargetState.t
| `InternalServerError of InternalServerError.t
| `MountTargetNotFound of MountTargetNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of SecurityGroup.t ] list ]) list ]