EC2InstanceNotFoundException constructor

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

Implementation

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