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)


27534
27535
27536
27537
27538
# File 'lib/aws-sdk-glue/types.rb', line 27534

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