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)


1722
1723
1724
1725
# File 'lib/aws-sdk-appmesh/types.rb', line 1722

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