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