lib/v20180416/models.rb in tencentcloud-sdk-scf-3.0.941 vs lib/v20180416/models.rb in tencentcloud-sdk-scf-3.0.942
- old
+ new
@@ -1454,10 +1454,10 @@
# @type RetMsg: String
# @param RequestId: 执行该函数对应的requestId
# @type RequestId: String
# @param StartTime: 函数开始执行时的时间点
# @type StartTime: String
- # @param RetCode: 函数执行结果,如果是 0 表示执行成功,其他值表示失败
+ # @param RetCode: 函数执行结果,如果是 0 表示执行成功,2表示函数运行中,3表示函数执行中断,其他值表示失败
# @type RetCode: Integer
# @param InvokeFinished: 函数调用是否结束,如果是 1 表示执行结束,其他值表示调用异常
# @type InvokeFinished: Integer
# @param Duration: 函数执行耗时,单位为 ms
# @type Duration: Float