Class: Aws::Neptunedata::Errors::ServerShutdownException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::ServerShutdownException
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServerShutdownException
constructor
A new instance of ServerShutdownException.
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServerShutdownException
Returns a new instance of ServerShutdownException.
783 784 785 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 783 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
798 799 800 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 798 def code @code || @data[:code] end |
#detailed_message ⇒ String
788 789 790 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 788 def @data[:detailed_message] end |
#request_id ⇒ String
793 794 795 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 793 def request_id @data[:request_id] end |