Class: Aws::Glue::Errors::MaterializedViewRefreshTaskNotRunningException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Glue::Errors::MaterializedViewRefreshTaskNotRunningException
- Defined in:
- sig/errors.rbs,
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.
576 577 578 |
# File 'lib/aws-sdk-glue/errors.rb', line 576 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
581 |
# File 'lib/aws-sdk-glue/errors.rb', line 581
def message: () -> ::String
|