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