Class: Aws::Neptunedata::Types::S3Exception
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::S3Exception
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Raised when there is a problem accessing Amazon S3.
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.
2934 2935 2936 2937 2938 2939 2940 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2934 class S3Exception < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |
#detailed_message ⇒ String
A detailed message describing the problem.
2934 2935 2936 2937 2938 2939 2940 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2934 class S3Exception < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The ID of the request in question.
2934 2935 2936 2937 2938 2939 2940 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2934 class S3Exception < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |