Class: Aws::Tnb::Types::InternalServerException

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

Overview

Unexpected error occurred. Problem on the server.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1185
1186
1187
1188
1189
# File 'lib/aws-sdk-tnb/types.rb', line 1185

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