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