Class: Aws::IoTAnalytics::Types::InternalFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::InternalFailureException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
There was an internal failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1824 1825 1826 1827 1828 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1824 class InternalFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |