Class: Aws::S3Tables::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::TooManyRequestsException
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
The limit on the number of requests per second was exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1561 1562 1563 1564 1565 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1561 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |