Class: Aws::ConnectCases::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
The rate has been exceeded for this API. Please try again after a few minutes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2435 2436 2437 2438 2439 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2435 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |