Class: Aws::IVS::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/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.
1100 1101 1102 1103 1104 |
# File 'lib/aws-sdk-ivs/types.rb', line 1100 class InternalServerException < Struct.new( :exception_message) SENSITIVE = [] include Aws::Structure end |