Class: Aws::CloudTrail::Errors::InvalidS3BucketNameException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudTrail::Errors::InvalidS3BucketNameException
- Defined in:
- gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidS3BucketNameException
constructor
A new instance of InvalidS3BucketNameException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidS3BucketNameException
Returns a new instance of InvalidS3BucketNameException.
601 602 603 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/errors.rb', line 601 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |