Class: Aws::IVS::Types::InternalServerException

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exception_messageString

Unexpected error during processing of request.

Returns:

  • (String)


1021
1022
1023
1024
1025
# File 'lib/aws-sdk-ivs/types.rb', line 1021

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