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