aws-sdk-glue 1.107.0 → 1.110.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -40,6 +40,7 @@ module Aws::Glue
40
40
  # * {GlueEncryptionException}
41
41
  # * {IdempotentParameterMismatchException}
42
42
  # * {IllegalBlueprintStateException}
43
+ # * {IllegalSessionStateException}
43
44
  # * {IllegalWorkflowStateException}
44
45
  # * {InternalServiceException}
45
46
  # * {InvalidInputException}
@@ -257,6 +258,21 @@ module Aws::Glue
257
258
  end
258
259
  end
259
260
 
261
+ class IllegalSessionStateException < ServiceError
262
+
263
+ # @param [Seahorse::Client::RequestContext] context
264
+ # @param [String] message
265
+ # @param [Aws::Glue::Types::IllegalSessionStateException] data
266
+ def initialize(context, message, data = Aws::EmptyStructure.new)
267
+ super(context, message, data)
268
+ end
269
+
270
+ # @return [String]
271
+ def message
272
+ @message || @data[:message]
273
+ end
274
+ end
275
+
260
276
  class IllegalWorkflowStateException < ServiceError
261
277
 
262
278
  # @param [Seahorse::Client::RequestContext] context