Class: TencentCloud::Dts::V20211206::SubsErr
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dts::V20211206::SubsErr
- Defined in:
- lib/v20211206/models.rb
Overview
订阅报错信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(message = nil, reason = nil, solution = nil) ⇒ SubsErr
constructor
A new instance of SubsErr.
Constructor Details
#initialize(message = nil, reason = nil, solution = nil) ⇒ SubsErr
Returns a new instance of SubsErr.
7181 7182 7183 7184 7185 |
# File 'lib/v20211206/models.rb', line 7181 def initialize(=nil, reason=nil, solution=nil) @Message = @Reason = reason @Solution = solution end |
Instance Attribute Details
#Message ⇒ Object
7179 7180 7181 |
# File 'lib/v20211206/models.rb', line 7179 def Message @Message end |
#Reason ⇒ Object
7179 7180 7181 |
# File 'lib/v20211206/models.rb', line 7179 def Reason @Reason end |
#Solution ⇒ Object
7179 7180 7181 |
# File 'lib/v20211206/models.rb', line 7179 def Solution @Solution end |
Instance Method Details
#deserialize(params) ⇒ Object
7187 7188 7189 7190 7191 |
# File 'lib/v20211206/models.rb', line 7187 def deserialize(params) @Message = params['Message'] @Reason = params['Reason'] @Solution = params['Solution'] end |