Class: Aws::CloudWatchEvents::Errors::IllegalStatusException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IllegalStatusException

Returns a new instance of IllegalStatusException.

Parameters:



63
64
65
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/errors.rb', line 63

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end