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