class Aws::Waiters::Errors::UnexpectedError

Constants

MSG

Attributes

error[R]

@return [Exception] The unexpected error.

Public Class Methods

new(error) click to toggle source
Calls superclass method
# File lib/aws-sdk-core/waiters/errors.rb, line 42
def initialize(error)
  @error = error
  super(MSG % [error.message])
end