toCustomSMSSenderLambdaVersionType method

CustomSMSSenderLambdaVersionType toCustomSMSSenderLambdaVersionType()

Implementation

CustomSMSSenderLambdaVersionType toCustomSMSSenderLambdaVersionType() {
  switch (this) {
    case 'V1_0':
      return CustomSMSSenderLambdaVersionType.v1_0;
  }
  throw Exception(
      '$this is not known in enum CustomSMSSenderLambdaVersionType');
}