Method: AWS::S3::NoBucketSpecified#initialize
- Defined in:
- lib/aws/s3/exceptions.rb
#initialize ⇒ NoBucketSpecified
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 |