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