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