Class: Aws::AppMesh::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::TooManyRequestsException
- Defined in:
- gems/aws-sdk-appmesh/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
6793 6794 6795 6796 6797 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6793 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |