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