Class: Aws::IoTEvents::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-iotevents/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.
4104 4105 4106 4107 4108 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 4104 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |