Class: Aws::QLDBSession::Types::RateExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDBSession::Types::RateExceededException
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-qldbsession/types.rb', line 332 class RateExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |