Class: Aws::Neptunedata::Errors::LoadUrlAccessDeniedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::LoadUrlAccessDeniedException
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LoadUrlAccessDeniedException
constructor
A new instance of LoadUrlAccessDeniedException.
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LoadUrlAccessDeniedException
Returns a new instance of LoadUrlAccessDeniedException.
446 447 448 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 446 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
461 462 463 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 461 def code @code || @data[:code] end |
#detailed_message ⇒ String
451 452 453 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 451 def @data[:detailed_message] end |
#request_id ⇒ String
456 457 458 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 456 def request_id @data[:request_id] end |