Class: Aws::Ivschat::Types::InternalServerException

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


623
624
625
626
627
# File 'lib/aws-sdk-ivschat/types.rb', line 623

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