Class: Aws::Neptunedata::Errors::InternalFailureException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::InternalFailureException
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalFailureException
constructor
A new instance of InternalFailureException.
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalFailureException
Returns a new instance of InternalFailureException.
346 347 348 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 346 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
361 362 363 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 361 def code @code || @data[:code] end |
#detailed_message ⇒ String
351 352 353 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 351 def @data[:detailed_message] end |
#request_id ⇒ String
356 357 358 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 356 def request_id @data[:request_id] end |