Class: Aws::EC2InstanceConnect::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2InstanceConnect::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2instanceconnect/types.rb
Overview
The requests were made too frequently and have been throttled. Wait a while and try again. To increase the limit on your request frequency, contact AWS Support.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
279 280 281 282 283 |
# File 'lib/aws-sdk-ec2instanceconnect/types.rb', line 279 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |