Class: Aws::QLDBSession::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDBSession::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qldbsession/types.rb
Overview
Returned if a resource limit such as number of active sessions is exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
285 286 287 288 289 |
# File 'lib/aws-sdk-qldbsession/types.rb', line 285 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |