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)


26048
26049
26050
26051
26052
# File 'lib/aws-sdk-glue/types.rb', line 26048

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