Class: Aws::Redshift::Errors::ScheduledActionTypeUnsupportedFault

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ScheduledActionTypeUnsupportedFault.

Parameters:



1258
1259
1260
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/errors.rb', line 1258

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