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