class Aws::Waiters::Errors::UnexpectedError
Constants
- MSG
Attributes
@return [Exception] The unexpected error.
Public Class Methods
Source
# File lib/aws-sdk-core/waiters/errors.rb, line 44 def initialize(error) @error = error super(MSG % [error.message]) end
Calls superclass method