Class: Aws::AppMesh::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::TooManyRequestsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
The maximum request rate permitted by the App Mesh APIs has been exceeded for your account. For best results, use an increasing or variable sleep interval between requests.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4397 4398 4399 4400 4401 |
# File 'lib/aws-sdk-appmesh/types.rb', line 4397 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |