Class: Aws::IoTEvents::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
A limit was exceeded.
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.
2179 2180 2181 2182 2183 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2179 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |