Class: Aws::IoT::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
A limit has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
13356 13357 13358 13359 13360 |
# File 'lib/aws-sdk-iot/types.rb', line 13356 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |