Class: Aws::CloudTrail::Errors::S3BucketDoesNotExistException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of S3BucketDoesNotExistException.

Parameters:



885
886
887
# File 'lib/aws-sdk-cloudtrail/errors.rb', line 885

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