Class: Aws::ResourceExplorer2::Types::ThrottlingException

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

Overview

The request failed because you exceeded a rate limit for this operation. For more information, see [Quotas for Resource Explorer].

[1]: docs.aws.amazon.com/resource-explorer/latest/userguide/quotas.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1541
1542
1543
1544
1545
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1541

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