Exception: ElasticBeans::SSH::BastionAuthenticationError

Inherits:
Error
  • Object
show all
Defined in:
lib/elastic_beans/ssh.rb

Instance Method Summary collapse

Constructor Details

#initialize(cause:) ⇒ BastionAuthenticationError

Returns a new instance of BastionAuthenticationError.



91
92
93
# File 'lib/elastic_beans/ssh.rb', line 91

def initialize(cause:)
  @cause = cause
end

Instance Method Details

#backtraceObject



95
96
97
# File 'lib/elastic_beans/ssh.rb', line 95

def backtrace
  @cause.backtrace
end

#messageObject



99
100
101
# File 'lib/elastic_beans/ssh.rb', line 99

def message
  @cause.message
end