Class: Aws::IVSRealTime::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exception_message ⇒ String
Unexpected error during processing of request.
Instance Attribute Details
#exception_message ⇒ String
Unexpected error during processing of request.
1301 1302 1303 1304 1305 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1301 class InternalServerException < Struct.new( :exception_message) SENSITIVE = [] include Aws::Structure end |