Class: Aws::IoT::Types::InternalFailureException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


8431
8432
8433
8434
8435
# File 'lib/aws-sdk-iot/types.rb', line 8431

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