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