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