Class: Aws::Neptunedata::Errors::StatisticsNotAvailableException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::StatisticsNotAvailableException
- Defined in:
- gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
-
#code ⇒ String
-
#detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StatisticsNotAvailableException
constructor
A new instance of StatisticsNotAvailableException.
-
#request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StatisticsNotAvailableException
Returns a new instance of StatisticsNotAvailableException.
808 809 810 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 808 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
823 824 825 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 823 def code @code || @data[:code] end |
#detailed_message ⇒ String
813 814 815 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 813 def @data[:detailed_message] end |
#request_id ⇒ String
818 819 820 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 818 def request_id @data[:request_id] end |