Class: Aws::Glue::Errors::NoScheduleException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Glue::Errors::NoScheduleException
- Defined in:
- lib/aws-sdk-glue/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoScheduleException
constructor
A new instance of NoScheduleException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoScheduleException
Returns a new instance of NoScheduleException.
474 475 476 |
# File 'lib/aws-sdk-glue/errors.rb', line 474 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
479 480 481 |
# File 'lib/aws-sdk-glue/errors.rb', line 479 def @message || @data[:message] end |