KMSNotFoundFault constructor

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

Implementation

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