Class: Aws::NetworkMonitor::Errors::InternalServerException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-networkmonitor/errors.rb

Instance Method Summary collapse

Constructor Details

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



79
80
81
# File 'lib/aws-sdk-networkmonitor/errors.rb', line 79

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

Instance Method Details

#messageString



84
# File 'lib/aws-sdk-networkmonitor/errors.rb', line 84

def message: () -> ::String

#retryable?Boolean



88
89
90
# File 'lib/aws-sdk-networkmonitor/errors.rb', line 88

def retryable?
  true
end