ParameterGroupNotFoundFault constructor

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

Implementation

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