Class: Aws::IoTEvents::Types::UnsupportedOperationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::UnsupportedOperationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
The requested operation is not supported.
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.
2972 2973 2974 2975 2976 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2972 class UnsupportedOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |