Class: Aws::Glue::Types::SessionBusyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::SessionBusyException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The session is currently busy processing another request and cannot accept new operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the problem.
Instance Attribute Details
#message ⇒ String
A message describing the problem.
25946 25947 25948 25949 25950 |
# File 'lib/aws-sdk-glue/types.rb', line 25946 class SessionBusyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |