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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


7092
7093
7094
7095
7096
# File 'lib/aws-sdk-qbusiness/types.rb', line 7092

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