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.



13719
13720
13721
13722
# File 'lib/v20210820/models.rb', line 13719

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

Instance Attribute Details

#ErrorMessageObject

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

Parameters:

  • Key:

    数据唯一标识

  • ErrorMessage:

    失败原因



13717
13718
13719
# File 'lib/v20210820/models.rb', line 13717

def ErrorMessage
  @ErrorMessage
end

#KeyObject

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

Parameters:

  • Key:

    数据唯一标识

  • ErrorMessage:

    失败原因



13717
13718
13719
# File 'lib/v20210820/models.rb', line 13717

def Key
  @Key
end

Instance Method Details

#deserialize(params) ⇒ Object



13724
13725
13726
13727
# File 'lib/v20210820/models.rb', line 13724

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