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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4590
4591
4592
4593
4594
4595
# File 'gems/aws-sdk-organizations/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 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4590

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