Exception: Aliyun::OSS::NoBucketSpecified
- Inherits:
-
OSSException
- Object
- StandardError
- OSSException
- Aliyun::OSS::NoBucketSpecified
- 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
-
#initialize ⇒ NoBucketSpecified
constructor
A new instance of NoBucketSpecified.
Constructor Details
#initialize ⇒ NoBucketSpecified
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 |