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