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