Class: Aws::Redshift::Errors::AuthenticationProfileAlreadyExistsFault

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) ⇒ AuthenticationProfileAlreadyExistsFault

Returns a new instance of AuthenticationProfileAlreadyExistsFault.

Parameters:



198
199
200
# File 'lib/aws-sdk-redshift/errors.rb', line 198

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