Class: Aws::IVS::Errors::InternalServerException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IVS::Errors::InternalServerException
- Defined in:
- lib/aws-sdk-ivs/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.
97 98 99 |
# File 'lib/aws-sdk-ivs/errors.rb', line 97 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#exception_message ⇒ String
102 103 104 |
# File 'lib/aws-sdk-ivs/errors.rb', line 102 def @data[:exception_message] end |