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