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