ResourceArnNotFoundException constructor

ResourceArnNotFoundException({
  1. String? type,
  2. String? message,
})

Implementation

ResourceArnNotFoundException({String? type, String? message})
    : super(
          type: type, code: 'ResourceArnNotFoundException', message: message);