Class: Aws::InspectorScan::Errors::InternalServerException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::InspectorScan::Errors::InternalServerException
- Defined in:
- lib/aws-sdk-inspectorscan/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerException
constructor
A new instance of InternalServerException.
- #message ⇒ String
- #reason ⇒ String
- #retry_after_seconds ⇒ String
- #retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerException
Returns a new instance of InternalServerException.
61 62 63 |
# File 'lib/aws-sdk-inspectorscan/errors.rb', line 61 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
66 67 68 |
# File 'lib/aws-sdk-inspectorscan/errors.rb', line 66 def @message || @data[:message] end |
#reason ⇒ String
71 72 73 |
# File 'lib/aws-sdk-inspectorscan/errors.rb', line 71 def reason @data[:reason] end |
#retry_after_seconds ⇒ String
76 77 78 |
# File 'lib/aws-sdk-inspectorscan/errors.rb', line 76 def retry_after_seconds @data[:retry_after_seconds] end |
#retryable? ⇒ Boolean
80 81 82 |
# File 'lib/aws-sdk-inspectorscan/errors.rb', line 80 def retryable? true end |