Class: Aws::S3::Errors::BucketAlreadyExists
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::S3::Errors::BucketAlreadyExists
- Defined in:
- lib/aws-sdk-s3/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BucketAlreadyExists
constructor
A new instance of BucketAlreadyExists.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BucketAlreadyExists
Returns a new instance of BucketAlreadyExists.
50 51 52 |
# File 'lib/aws-sdk-s3/errors.rb', line 50 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |