Class: Aws::CodeStar::Errors::UserProfileAlreadyExistsException

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

Returns a new instance of UserProfileAlreadyExistsException.

Parameters:



155
156
157
# File 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/errors.rb', line 155

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