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