Class: Aws::QLDBSession::Types::CapacityExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDBSession::Types::CapacityExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qldbsession/types.rb
Overview
Returned when the request exceeds the processing capacity of the ledger.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
61 62 63 64 65 |
# File 'lib/aws-sdk-qldbsession/types.rb', line 61 class CapacityExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |