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