Class: Aws::AppIntegrationsService::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appintegrationsservice/types.rb
Overview
The throttling limit has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1399 1400 1401 1402 1403 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1399 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |