Class: Aws::Neptunedata::Errors::S3Exception
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::S3Exception
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ S3Exception
constructor
A new instance of S3Exception.
- #request_id ⇒ String
- #retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ S3Exception
Returns a new instance of S3Exception.
754 755 756 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 754 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
769 770 771 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 769 def code @code || @data[:code] end |
#detailed_message ⇒ String
759 760 761 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 759 def @data[:detailed_message] end |
#request_id ⇒ String
764 765 766 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 764 def request_id @data[:request_id] end |
#retryable? ⇒ Boolean
773 774 775 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 773 def retryable? true end |