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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivsrealtime/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)


1261
1262
1263
1264
1265
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1261

class InternalServerException < Struct.new(
  :exception_message)
  SENSITIVE = []
  include Aws::Structure
end