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