Class: Aws::Neptunedata::Errors::IllegalArgumentException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::IllegalArgumentException
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IllegalArgumentException
constructor
A new instance of IllegalArgumentException.
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IllegalArgumentException
Returns a new instance of IllegalArgumentException.
321 322 323 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 321 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
336 337 338 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 336 def code @code || @data[:code] end |
#detailed_message ⇒ String
326 327 328 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 326 def @data[:detailed_message] end |
#request_id ⇒ String
331 332 333 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 331 def request_id @data[:request_id] end |