Class: Aws::Organizations::Types::TooManyRequestsException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-organizations/types.rb

Overview

You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

For information about quotas that affect Organizations, see [Quotas for Organizations] in the *Organizations User Guide*.

[1]: docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4590
4591
4592
4593
4594
4595
# File 'lib/aws-sdk-organizations/types.rb', line 4590

class TooManyRequestsException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Returns:

  • (String)


4590
4591
4592
4593
4594
4595
# File 'lib/aws-sdk-organizations/types.rb', line 4590

class TooManyRequestsException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end