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