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
13961 13962 13963 13964 13965 |
# File 'lib/aws-sdk-iot/types.rb', line 13961 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |