Class: Aws::Redshift::Errors::ScheduledActionTypeUnsupportedFault 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 ScheduledActionTypeUnsupported instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ScheduledActionTypeUnsupportedFault.

Parameters:

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


1579
1580
1581
# File 'lib/aws-sdk-redshift/errors.rb', line 1579

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