Class: Aws::Redshift::Errors::DependentServiceAccessDeniedFault Deprecated

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

Overview

Deprecated.

This error class is not used during parsing. Please use ‘DependentServiceAccessDenied` instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DependentServiceAccessDeniedFault.

Parameters:



630
631
632
# File 'lib/aws-sdk-redshift/errors.rb', line 630

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