Class: Aws::IoTManagedIntegrations::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
The request exceeds a service limit or quota. Adjust your request parameters and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2638 2639 2640 2641 2642 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2638 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |