Class: TencentCloud::Dts::V20211206::StepTip

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

Overview

当前步骤错误信息或者警告信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(code = nil, message = nil, solution = nil, helpdoc = nil, skipinfo = nil) ⇒ StepTip

Returns a new instance of StepTip.



7009
7010
7011
7012
7013
7014
7015
# File 'lib/v20211206/models.rb', line 7009

def initialize(code=nil, message=nil, solution=nil, helpdoc=nil, skipinfo=nil)
  @Code = code
  @Message = message
  @Solution = solution
  @HelpDoc = helpdoc
  @SkipInfo = skipinfo
end

Instance Attribute Details

#CodeObject

Parameters:

  • Code:

    错误码

  • Message:

    错误信息

  • Solution:

    解决方式

  • HelpDoc:

    帮助文档

  • SkipInfo:

    当前步骤跳过信息



7007
7008
7009
# File 'lib/v20211206/models.rb', line 7007

def Code
  @Code
end

#HelpDocObject

Parameters:

  • Code:

    错误码

  • Message:

    错误信息

  • Solution:

    解决方式

  • HelpDoc:

    帮助文档

  • SkipInfo:

    当前步骤跳过信息



7007
7008
7009
# File 'lib/v20211206/models.rb', line 7007

def HelpDoc
  @HelpDoc
end

#MessageObject

Parameters:

  • Code:

    错误码

  • Message:

    错误信息

  • Solution:

    解决方式

  • HelpDoc:

    帮助文档

  • SkipInfo:

    当前步骤跳过信息



7007
7008
7009
# File 'lib/v20211206/models.rb', line 7007

def Message
  @Message
end

#SkipInfoObject

Parameters:

  • Code:

    错误码

  • Message:

    错误信息

  • Solution:

    解决方式

  • HelpDoc:

    帮助文档

  • SkipInfo:

    当前步骤跳过信息



7007
7008
7009
# File 'lib/v20211206/models.rb', line 7007

def SkipInfo
  @SkipInfo
end

#SolutionObject

Parameters:

  • Code:

    错误码

  • Message:

    错误信息

  • Solution:

    解决方式

  • HelpDoc:

    帮助文档

  • SkipInfo:

    当前步骤跳过信息



7007
7008
7009
# File 'lib/v20211206/models.rb', line 7007

def Solution
  @Solution
end

Instance Method Details

#deserialize(params) ⇒ Object



7017
7018
7019
7020
7021
7022
7023
# File 'lib/v20211206/models.rb', line 7017

def deserialize(params)
  @Code = params['Code']
  @Message = params['Message']
  @Solution = params['Solution']
  @HelpDoc = params['HelpDoc']
  @SkipInfo = params['SkipInfo']
end