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
6838 6839 6840 6841 6842 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6838 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |