Class: TencentCloud::Ciam::V20220331::ErrorDetails

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

Overview

失败详情

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(userid = nil, error = nil) ⇒ ErrorDetails

Returns a new instance of ErrorDetails.



610
611
612
613
# File 'lib/v20220331/models.rb', line 610

def initialize(userid=nil, error=nil)
  @UserId = userid
  @Error = error
end

Instance Attribute Details

#ErrorObject

Parameters:

  • UserId:

    用户信息

  • Error:

    失败原因



608
609
610
# File 'lib/v20220331/models.rb', line 608

def Error
  @Error
end

#UserIdObject

Parameters:

  • UserId:

    用户信息

  • Error:

    失败原因



608
609
610
# File 'lib/v20220331/models.rb', line 608

def UserId
  @UserId
end

Instance Method Details

#deserialize(params) ⇒ Object



615
616
617
618
# File 'lib/v20220331/models.rb', line 615

def deserialize(params)
  @UserId = params['UserId']
  @Error = params['Error']
end