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