Class: Aws::InternetMonitor::Errors::InternalServerErrorException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalServerErrorException.

Parameters:



98
99
100
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/errors.rb', line 98

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

Instance Method Details

#messageString

Returns:

  • (String)


103
104
105
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/errors.rb', line 103

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

#retryable?Boolean

Returns:

  • (Boolean)


107
108
109
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/errors.rb', line 107

def retryable?
  true
end