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