Class: Aws::Glue::Errors::MaterializedViewRefreshTaskStoppingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Glue::Errors::MaterializedViewRefreshTaskStoppingException
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MaterializedViewRefreshTaskStoppingException
constructor
A new instance of MaterializedViewRefreshTaskStoppingException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MaterializedViewRefreshTaskStoppingException
Returns a new instance of MaterializedViewRefreshTaskStoppingException.
605 606 607 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/errors.rb', line 605 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
610 611 612 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/errors.rb', line 610 def @message || @data[:message] end |