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