Class: Aws::Glue::Errors::MaterializedViewRefreshTaskNotRunningException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Glue::Errors::MaterializedViewRefreshTaskNotRunningException
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MaterializedViewRefreshTaskNotRunningException
constructor
A new instance of MaterializedViewRefreshTaskNotRunningException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MaterializedViewRefreshTaskNotRunningException
Returns a new instance of MaterializedViewRefreshTaskNotRunningException.
575 576 577 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/errors.rb', line 575 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
580 581 582 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/errors.rb', line 580 def @message || @data[:message] end |