Class: Aws::QLDBSession::Types::RateExceededException

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

Overview

Returned when the rate of requests exceeds the allowed throughput.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


332
333
334
335
336
# File 'gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/types.rb', line 332

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