Class: Aws::Neptunedata::Errors::CancelledByUserException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::CancelledByUserException
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CancelledByUserException
constructor
A new instance of CancelledByUserException.
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CancelledByUserException
Returns a new instance of CancelledByUserException.
155 156 157 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 155 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
170 171 172 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 170 def code @code || @data[:code] end |
#detailed_message ⇒ String
160 161 162 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 160 def @data[:detailed_message] end |
#request_id ⇒ String
165 166 167 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 165 def request_id @data[:request_id] end |