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