Class: Aws::Neptunedata::Types::LoadUrlAccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::LoadUrlAccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Raised when access is denied to a specified load URL.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The HTTP status code returned with the exception.
-
#detailed_message ⇒ String
A detailed message describing the problem.
-
#request_id ⇒ String
The ID of the request in question.
Instance Attribute Details
#code ⇒ String
The HTTP status code returned with the exception.
2140 2141 2142 2143 2144 2145 2146 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2140 class LoadUrlAccessDeniedException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |
#detailed_message ⇒ String
A detailed message describing the problem.
2140 2141 2142 2143 2144 2145 2146 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2140 class LoadUrlAccessDeniedException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The ID of the request in question.
2140 2141 2142 2143 2144 2145 2146 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2140 class LoadUrlAccessDeniedException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |