Class: Aws::IoT::Types::InternalServerException

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

Overview

Internal error from the service that indicates an unexpected error or that the service is unavailable.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8118
8119
8120
8121
8122
# File 'lib/aws-sdk-iot/types.rb', line 8118

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