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

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)


9017
9018
9019
9020
9021
# File 'lib/aws-sdk-iot/types.rb', line 9017

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