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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivs/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 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1021

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