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

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ScheduleDefinitionTypeUnsupportedFault.

Parameters:



1284
1285
1286
# File 'lib/aws-sdk-redshift/errors.rb', line 1284

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