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
14135 14136 14137 14138 14139 |
# File 'lib/aws-sdk-iot/types.rb', line 14135 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |