Exception: AWS::S3::NoBucketSpecified

Inherits:
S3Exception show all
Defined in:
lib/aws/s3/exceptions.rb

Overview

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

Instance Method Summary collapse

Constructor Details

#initializeNoBucketSpecified

Returns a new instance of NoBucketSpecified.



105
106
107
# File 'lib/aws/s3/exceptions.rb', line 105

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