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