Class: Aws::IoTDataPlane::Types::InternalFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDataPlane::Types::InternalFailureException
- Defined in:
- gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/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.
143 144 145 146 147 |
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 143 class InternalFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |