Method: Aws::Redshift::Errors::ResizeNotFoundFault#initialize
- Defined in:
- lib/aws-sdk-redshift/errors.rb
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResizeNotFoundFault
Returns a new instance of ResizeNotFoundFault.
1445 1446 1447 |
# File 'lib/aws-sdk-redshift/errors.rb', line 1445 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |