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)


25946
25947
25948
25949
25950
# File 'lib/aws-sdk-glue/types.rb', line 25946

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