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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotdeviceadvisor/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)


326
327
328
329
330
# File 'gems/aws-sdk-iotdeviceadvisor/lib/aws-sdk-iotdeviceadvisor/types.rb', line 326

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