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