Class: TencentCloud::Iecp::V20210914::DescribeSecretYamlErrorResponse

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

Overview

DescribeSecretYamlError返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(checkpass = nil, errtype = nil, errinfo = nil, requestid = nil) ⇒ DescribeSecretYamlErrorResponse

Returns a new instance of DescribeSecretYamlErrorResponse.



3831
3832
3833
3834
3835
3836
# File 'lib/v20210914/models.rb', line 3831

def initialize(checkpass=nil, errtype=nil, errinfo=nil, requestid=nil)
  @CheckPass = checkpass
  @ErrType = errtype
  @ErrInfo = errinfo
  @RequestId = requestid
end

Instance Attribute Details

#CheckPassObject

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

Parameters:

  • CheckPass:

    校验是通过

  • ErrType:

    错误类型

  • ErrInfo:

    错误信息

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



3829
3830
3831
# File 'lib/v20210914/models.rb', line 3829

def CheckPass
  @CheckPass
end

#ErrInfoObject

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

Parameters:

  • CheckPass:

    校验是通过

  • ErrType:

    错误类型

  • ErrInfo:

    错误信息

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



3829
3830
3831
# File 'lib/v20210914/models.rb', line 3829

def ErrInfo
  @ErrInfo
end

#ErrTypeObject

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

Parameters:

  • CheckPass:

    校验是通过

  • ErrType:

    错误类型

  • ErrInfo:

    错误信息

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



3829
3830
3831
# File 'lib/v20210914/models.rb', line 3829

def ErrType
  @ErrType
end

#RequestIdObject

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

Parameters:

  • CheckPass:

    校验是通过

  • ErrType:

    错误类型

  • ErrInfo:

    错误信息

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



3829
3830
3831
# File 'lib/v20210914/models.rb', line 3829

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



3838
3839
3840
3841
3842
3843
# File 'lib/v20210914/models.rb', line 3838

def deserialize(params)
  @CheckPass = params['CheckPass']
  @ErrType = params['ErrType']
  @ErrInfo = params['ErrInfo']
  @RequestId = params['RequestId']
end