Class: Aws::Glue::Errors::IllegalWorkflowStateException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-glue/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IllegalWorkflowStateException

Returns a new instance of IllegalWorkflowStateException.

Parameters:



393
394
395
# File 'lib/aws-sdk-glue/errors.rb', line 393

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


398
399
400
# File 'lib/aws-sdk-glue/errors.rb', line 398

def message
  @message || @data[:message]
end