Class: Aws::Redshift::Errors::ClusterNotFoundFault Deprecated
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Redshift::Errors::ClusterNotFoundFault
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/errors.rb
Overview
Deprecated.
This error class is not used during parsing.
Please use ClusterNotFound
instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ClusterNotFoundFault
constructor
A new instance of ClusterNotFoundFault.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ClusterNotFoundFault
Returns a new instance of ClusterNotFoundFault.
402 403 404 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/errors.rb', line 402 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |