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