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