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