Class: Aws::IoTDeviceAdvisor::Types::InternalServerException

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

Overview

Sends an Internal Failure exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Sends an Internal Failure Exception message.

Returns:

  • (String)


336
337
338
339
340
# File 'lib/aws-sdk-iotdeviceadvisor/types.rb', line 336

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