Class: Aws::Neptunedata::Errors::InvalidParameterException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidParameterException

Returns a new instance of InvalidParameterException.

Parameters:



421
422
423
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 421

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#codeString

Returns:

  • (String)


436
437
438
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 436

def code
  @code || @data[:code]
end

#detailed_messageString

Returns:

  • (String)


426
427
428
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 426

def detailed_message
  @data[:detailed_message]
end

#request_idString

Returns:

  • (String)


431
432
433
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 431

def request_id
  @data[:request_id]
end