Class: Aws::ConnectHealth::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connecthealth/types.rb
Overview
This error is thrown when the client exceeds the allowed request rate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1490 1491 1492 1493 1494 |
# File 'lib/aws-sdk-connecthealth/types.rb', line 1490 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |