class Aws::CodeStar::Errors::ProjectNotFoundException
Public Class Methods
new(context, message, data = Aws::EmptyStructure.new)
click to toggle source
@param [Seahorse::Client::RequestContext] context @param [String] message @param [Aws::CodeStar::Types::ProjectNotFoundException] data
Calls superclass method
# File lib/aws-sdk-codestar/errors.rb, line 125 def initialize(context, message, data = Aws::EmptyStructure.new) super(context, message, data) end