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