Class SecurityGroupLimitExceededException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<SecurityGroupLimitExceededException.Builder,SecurityGroupLimitExceededException>

@Generated("software.amazon.awssdk:codegen") public final class SecurityGroupLimitExceededException extends EfsException implements ToCopyableBuilder<SecurityGroupLimitExceededException.Builder,SecurityGroupLimitExceededException>

Returned if the number of SecurityGroups specified in the request is greater than the limit, which is based on account quota. Either delete some security groups or request that the account quota be raised. For more information, see Amazon VPC Quotas in the Amazon VPC User Guide (see the Security Groups table).

See Also: