Class: Aws::Neptunedata::Errors::InvalidParameterException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::InvalidParameterException
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidParameterException
constructor
A new instance of InvalidParameterException.
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidParameterException
Returns a new instance of InvalidParameterException.
421 422 423 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 421 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
436 437 438 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 436 def code @code || @data[:code] end |
#detailed_message ⇒ String
426 427 428 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 426 def @data[:detailed_message] end |
#request_id ⇒ String
431 432 433 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 431 def request_id @data[:request_id] end |