GenericAwsException constructor

GenericAwsException({
  1. String? type,
  2. required String code,
  3. String? message,
})

Implementation

GenericAwsException({this.type, required this.code, this.message});