Class: Aws::Support::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::ThrottlingException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-support/types.rb
Overview
You have exceeded the maximum allowed TPS (Transactions Per Second) for the operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1442 1443 1444 1445 1446 |
# File 'lib/aws-sdk-support/types.rb', line 1442 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |