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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1288
1289
1290
1291
1292
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1288

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