Class: Aws::IoTEventsData::Types::InternalFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::InternalFailureException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ioteventsdata/types.rb
Overview
An internal failure 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.
898 899 900 901 902 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 898 class InternalFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |