Class: Aws::QLDBSession::Types::LimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qldbsession/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

#messageString

Returns:

  • (String)


285
286
287
288
289
# File 'gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/types.rb', line 285

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