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