Class: Aws::IVSRealTime::Errors::InternalServerException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IVSRealTime::Errors::InternalServerException
- Defined in:
- lib/aws-sdk-ivsrealtime/errors.rb
Instance Method Summary collapse
- #exception_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerException
constructor
A new instance of InternalServerException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerException
Returns a new instance of InternalServerException.
79 80 81 |
# File 'lib/aws-sdk-ivsrealtime/errors.rb', line 79 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#exception_message ⇒ String
84 85 86 |
# File 'lib/aws-sdk-ivsrealtime/errors.rb', line 84 def @data[:exception_message] end |