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
      13724 13725 13726 13727 13728  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13724 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |