Class: Aws::IoTEvents::Types::InternalFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::InternalFailureException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/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.
2567 2568 2569 2570 2571 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2567 class InternalFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |