Class: Aws::AppMesh::Types::TooManyRequestsException

Inherits:
Struct
  • Object
show all
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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1855
1856
1857
1858
# File 'lib/aws-sdk-appmesh/types.rb', line 1855

class TooManyRequestsException < Struct.new(
  :message)
  include Aws::Structure
end