Exception: Saklient::Cloud::Errors::AmbiguousZoneException
- Inherits:
- 
      Errors::HttpBadRequestException
      
        - Object
- StandardError
- Errors::HttpException
- Errors::HttpBadRequestException
- Saklient::Cloud::Errors::AmbiguousZoneException
 
- Defined in:
- lib/saklient/cloud/errors/ambiguous_zone_exception.rb
Overview
不適切な要求です. リクエストパラメータに指定されたゾーンをパスに含むURLへアクセスしてください.
Instance Attribute Summary
Attributes inherited from Errors::HttpException
Instance Method Summary (collapse)
- 
  
    
      - (AmbiguousZoneException) initialize(status, code = nil, message = '') 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of AmbiguousZoneException. 
Constructor Details
- (AmbiguousZoneException) initialize(status, code = nil, message = '')
Returns a new instance of AmbiguousZoneException
| 17 18 19 | # File 'lib/saklient/cloud/errors/ambiguous_zone_exception.rb', line 17 def initialize(status, code = nil, = '') super(status, code, ().nil? || == '' ? '不適切な要求です。リクエストパラメータに指定されたゾーンをパスに含むURLへアクセスしてください。' : ) end |