Class: Aws::IoT::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
A limit has been 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.
9869 9870 9871 9872 9873 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9869 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |