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