Class: Aws::Redshift::Errors::ResizeNotFoundFault
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Redshift::Errors::ResizeNotFoundFault
- Defined in:
- lib/aws-sdk-redshift/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResizeNotFoundFault
constructor
A new instance of ResizeNotFoundFault.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResizeNotFoundFault
Returns a new instance of ResizeNotFoundFault.
1234 1235 1236 |
# File 'lib/aws-sdk-redshift/errors.rb', line 1234 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |