Class: Aws::Appflow::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
API calls have exceeded the maximum allowed API request rate per account and per Region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5418 5419 5420 5421 5422 |
# File 'lib/aws-sdk-appflow/types.rb', line 5418 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |