Class: Aws::Redshift::Errors::UnauthorizedOperation

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of UnauthorizedOperation.

Parameters:



1468
1469
1470
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/errors.rb', line 1468

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