Class: Aws::ServiceDiscovery::Types::RequestLimitExceeded

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

Overview

The operation can’t be completed because you’ve reached the quota for the number of requests. For more information, see [AWS Cloud Map API request throttling quota] in the *AWS Cloud Map Developer Guide*.

[1]: docs.aws.amazon.com/cloud-map/latest/dg/throttling.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2600
2601
2602
2603
2604
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2600

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