Class: Aws::CodeStar::Errors::ProjectConfigurationException

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) ⇒ ProjectConfigurationException

Returns a new instance of ProjectConfigurationException.

Parameters:



105
106
107
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/errors.rb', line 105

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