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