Class: Aws::IoT::Types::InternalException

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

Overview

An unexpected error has occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


8094
8095
8096
8097
8098
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8094

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