Class: Aws::InternetMonitor::Errors::InternalServerException

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) ⇒ InternalServerException

Returns a new instance of InternalServerException.

Parameters:



117
118
119
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/errors.rb', line 117

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

Instance Method Details

#messageString

Returns:

  • (String)


122
123
124
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/errors.rb', line 122

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

#retryable?Boolean

Returns:

  • (Boolean)


126
127
128
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/errors.rb', line 126

def retryable?
  true
end