Class: Aws::CodeStar::Errors::ProjectCreationFailedException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ProjectCreationFailedException.

Parameters:



115
116
117
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/errors.rb', line 115

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