Class: Aws::IoT::Types::InternalException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::InternalException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
An unexpected error has occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message for the exception.
Instance Attribute Details
#message ⇒ String
The message for the exception.
8419 8420 8421 8422 8423 |
# File 'lib/aws-sdk-iot/types.rb', line 8419 class InternalException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |