Class: TencentCloud::Lighthouse::V20200324::DeniedAction
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lighthouse::V20200324::DeniedAction
- Defined in:
- lib/v20200324/models.rb
Overview
限制操作。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(action = nil, code = nil, message = nil) ⇒ DeniedAction
constructor
A new instance of DeniedAction.
Constructor Details
#initialize(action = nil, code = nil, message = nil) ⇒ DeniedAction
Returns a new instance of DeniedAction.
1631 1632 1633 1634 1635 |
# File 'lib/v20200324/models.rb', line 1631 def initialize(action=nil, code=nil, =nil) @Action = action @Code = code @Message = end |
Instance Attribute Details
#Action ⇒ Object
1629 1630 1631 |
# File 'lib/v20200324/models.rb', line 1629 def Action @Action end |
#Code ⇒ Object
1629 1630 1631 |
# File 'lib/v20200324/models.rb', line 1629 def Code @Code end |
#Message ⇒ Object
1629 1630 1631 |
# File 'lib/v20200324/models.rb', line 1629 def Message @Message end |
Instance Method Details
#deserialize(params) ⇒ Object
1637 1638 1639 1640 1641 |
# File 'lib/v20200324/models.rb', line 1637 def deserialize(params) @Action = params['Action'] @Code = params['Code'] @Message = params['Message'] end |