Class: Aws::Glue::Types::SessionBusyException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


27547
27548
27549
27550
27551
# File 'lib/aws-sdk-glue/types.rb', line 27547

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