Exception: Saklient::Cloud::Errors::ResAlreadyConnectedException
- Inherits:
- 
      Errors::HttpConflictException
      
        - Object
- StandardError
- Errors::HttpException
- Errors::HttpConflictException
- Saklient::Cloud::Errors::ResAlreadyConnectedException
 
- Defined in:
- lib/saklient/cloud/errors/res_already_connected_exception.rb
Overview
要求された操作を行えません. このリソースは他のリソースと既に接続されています.
Instance Attribute Summary
Attributes inherited from Errors::HttpException
Instance Method Summary (collapse)
- 
  
    
      - (ResAlreadyConnectedException) initialize(status, code = nil, message = '') 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ResAlreadyConnectedException. 
Constructor Details
- (ResAlreadyConnectedException) initialize(status, code = nil, message = '')
Returns a new instance of ResAlreadyConnectedException
| 17 18 19 | # File 'lib/saklient/cloud/errors/res_already_connected_exception.rb', line 17 def initialize(status, code = nil, = '') super(status, code, ().nil? || == '' ? '要求された操作を行えません。このリソースは他のリソースと既に接続されています。' : ) end |