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.
1980 1981 1982 1983 1984 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1980 class InternalFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |