Class: Aws::S3Control::Errors::BucketAlreadyOwnedByYou

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of BucketAlreadyOwnedByYou.

Parameters:



79
80
81
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/errors.rb', line 79

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