Class: Aws::Glue::Errors::InternalServiceException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalServiceException.

Parameters:



407
408
409
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/errors.rb', line 407

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

Instance Method Details

#messageString

Returns:

  • (String)


412
413
414
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/errors.rb', line 412

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