Class: Aws::Redshift::Errors::InvalidClusterSubnetGroupStateFault

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-redshift/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidClusterSubnetGroupStateFault

Returns a new instance of InvalidClusterSubnetGroupStateFault.

Parameters:



854
855
856
# File 'lib/aws-sdk-redshift/errors.rb', line 854

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end