class Aws::Waiters::Errors::FailureStateError
Constants
- MSG
Attributes
@return [Seahorse::Client::Response] The response that matched
the failure state.
Public Class Methods
Source
# File lib/aws-sdk-core/waiters/errors.rb, line 15 def initialize(response) @response = response super(MSG) end
Calls superclass method