Class: Aws::InspectorScan::Errors::InternalServerException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::InspectorScan::Errors::InternalServerException
- Defined in:
- sig/errors.rbs,
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 |
# File 'lib/aws-sdk-inspectorscan/errors.rb', line 66
def message: () -> ::String
|
#reason ⇒ String
71 |
# File 'lib/aws-sdk-inspectorscan/errors.rb', line 71
def reason: () -> ::String
|
#retry_after_seconds ⇒ String
76 |
# File 'lib/aws-sdk-inspectorscan/errors.rb', line 76
def retry_after_seconds: () -> ::String
|
#retryable? ⇒ Boolean
80 81 82 |
# File 'lib/aws-sdk-inspectorscan/errors.rb', line 80 def retryable? true end |