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