Class: Aws::Redshift::Errors::Qev2IdcApplicationNotExistsFault Deprecated
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Redshift::Errors::Qev2IdcApplicationNotExistsFault
- Defined in:
- lib/aws-sdk-redshift/errors.rb,
sig/errors.rbs
Overview
Deprecated.
This error class is not used during parsing.
Please use Qev2IdcApplicationNotExists instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ Qev2IdcApplicationNotExistsFault
constructor
A new instance of Qev2IdcApplicationNotExistsFault.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ Qev2IdcApplicationNotExistsFault
Returns a new instance of Qev2IdcApplicationNotExistsFault.
1341 1342 1343 |
# File 'lib/aws-sdk-redshift/errors.rb', line 1341 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |