Class: Aws::QBusiness::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb

Overview

The request was denied due to throttling. Reduce the number of requests and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5571
5572
5573
5574
5575
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5571

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