Class: Aws::IoTManagedIntegrations::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
The service quota has been exceeded for this request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4526 4527 4528 4529 4530 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 4526 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |