SubnetGroupNotFoundFault constructor

SubnetGroupNotFoundFault({
  1. String? type,
  2. String? message,
})

Implementation

SubnetGroupNotFoundFault({String? type, String? message})
    : super(type: type, code: 'SubnetGroupNotFoundFault', message: message);