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