Class: Aws::LookoutMetrics::Errors::InternalServerException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalServerException.

Parameters:



89
90
91
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/errors.rb', line 89

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

Instance Method Details

#messageString

Returns:

  • (String)


94
95
96
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/errors.rb', line 94

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