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