Class: Aws::Glue::Errors::CrawlerNotRunningException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Glue::Errors::CrawlerNotRunningException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-glue/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CrawlerNotRunningException
constructor
A new instance of CrawlerNotRunningException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CrawlerNotRunningException
Returns a new instance of CrawlerNotRunningException.
226 227 228 |
# File 'lib/aws-sdk-glue/errors.rb', line 226 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
231 |
# File 'lib/aws-sdk-glue/errors.rb', line 231
def message: () -> ::String
|