Class: Aws::IVSRealTime::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivsrealtime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exception_messageString

Unexpected error during processing of request.

Returns:

  • (String)


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