Class: Aws::CodeCommit::Errors::OperationNotAllowedException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-codecommit/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of OperationNotAllowedException.

Parameters:



1622
1623
1624
# File 'lib/aws-sdk-codecommit/errors.rb', line 1622

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