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