Class: Aws::Redshift::Errors::AuthorizationNotFoundFault 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 ‘AuthorizationNotFound` instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AuthorizationNotFoundFault.

Parameters:



334
335
336
# File 'lib/aws-sdk-redshift/errors.rb', line 334

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