Class: TencentCloud::Wedata::V20210820::FailMessage

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210820/models.rb

Overview

错误处理结果信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(key = nil, errormessage = nil) ⇒ FailMessage

Returns a new instance of FailMessage.



13902
13903
13904
13905
# File 'lib/v20210820/models.rb', line 13902

def initialize(key=nil, errormessage=nil)
  @Key = key
  @ErrorMessage = errormessage
end

Instance Attribute Details

#ErrorMessageObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Key:

    数据唯一标识

  • ErrorMessage:

    失败原因



13900
13901
13902
# File 'lib/v20210820/models.rb', line 13900

def ErrorMessage
  @ErrorMessage
end

#KeyObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Key:

    数据唯一标识

  • ErrorMessage:

    失败原因



13900
13901
13902
# File 'lib/v20210820/models.rb', line 13900

def Key
  @Key
end

Instance Method Details

#deserialize(params) ⇒ Object



13907
13908
13909
13910
# File 'lib/v20210820/models.rb', line 13907

def deserialize(params)
  @Key = params['Key']
  @ErrorMessage = params['ErrorMessage']
end