Class: Aws::S3::Errors::BucketAlreadyExists

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-s3/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BucketAlreadyExists

Returns a new instance of BucketAlreadyExists.

Parameters:



54
55
56
# File 'lib/aws-sdk-s3/errors.rb', line 54

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end