Class: Aws::Redshift::Errors::ScheduleDefinitionTypeUnsupportedFault Deprecated

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

Overview

Deprecated.

This error class is not used during parsing. Please use ScheduleDefinitionTypeUnsupported instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ScheduleDefinitionTypeUnsupportedFault.

Parameters:

  • (defaults to: Aws::EmptyStructure.new)


1531
1532
1533
# File 'lib/aws-sdk-redshift/errors.rb', line 1531

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