InsufficientAvailableIPsInSubnetFault constructor
Implementation
InsufficientAvailableIPsInSubnetFault({String? type, String? message})
: super(
type: type,
code: 'InsufficientAvailableIPsInSubnetFault',
message: message);