Class: Aws::ConnectCases::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- 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
3141 3142 3143 3144 3145 |
# File 'lib/aws-sdk-connectcases/types.rb', line 3141 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |