Class: Aws::Redshift::Errors::SnapshotScheduleNotFoundFault Deprecated

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-redshift/errors.rb

Overview

Deprecated.

This error class is not used during parsing. Please use ‘SnapshotScheduleNotFound` instead.

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SnapshotScheduleNotFoundFault



1621
1622
1623
# File 'lib/aws-sdk-redshift/errors.rb', line 1621

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end