Class: Aws::ResourceExplorer2::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::ThrottlingException
- 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
#message ⇒ 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 |