Class: Aws::CodeCommit::Errors::RestrictedSourceFileException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CodeCommit::Errors::RestrictedSourceFileException
- Defined in:
- lib/aws-sdk-codecommit/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RestrictedSourceFileException
constructor
A new instance of RestrictedSourceFileException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RestrictedSourceFileException
Returns a new instance of RestrictedSourceFileException.
1961 1962 1963 |
# File 'lib/aws-sdk-codecommit/errors.rb', line 1961 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |