toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ExecutionResultCode.parsingFailed:
      return 'PARSING_FAILED';
    case ExecutionResultCode.vpcEndpointSetupFailed:
      return 'VPC_ENDPOINT_SETUP_FAILED';
  }
}