Class: Aws::CloudTrail::Errors::InvalidS3BucketNameException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvalidS3BucketNameException.

Parameters:



635
636
637
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/errors.rb', line 635

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