Class: Aws::Neptunedata::Errors::QueryTooLargeException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::QueryTooLargeException
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ QueryTooLargeException
constructor
A new instance of QueryTooLargeException.
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ QueryTooLargeException
Returns a new instance of QueryTooLargeException.
704 705 706 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 704 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
719 720 721 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 719 def code @code || @data[:code] end |
#detailed_message ⇒ String
709 710 711 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 709 def @data[:detailed_message] end |
#request_id ⇒ String
714 715 716 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 714 def request_id @data[:request_id] end |