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