Exception: Aliyun::OSS::NoBucketSpecified

Inherits:
OSSException show all
Defined in:
lib/aliyun/oss/exceptions.rb

Overview

Raised when an orphaned OSSObject belonging to no bucket tries to access its (non-existant) bucket.

Instance Method Summary collapse

Constructor Details

#initializeNoBucketSpecified

Returns a new instance of NoBucketSpecified.



106
107
108
# File 'lib/aliyun/oss/exceptions.rb', line 106

def initialize
  super('The current object must have its bucket set')
end