Class: Aws::Inspector::Errors::InternalException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Inspector::Errors::InternalException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-inspector/errors.rb
Instance Method Summary collapse
- #can_retry ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalException
constructor
A new instance of InternalException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalException
Returns a new instance of InternalException.
138 139 140 |
# File 'lib/aws-sdk-inspector/errors.rb', line 138 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#can_retry ⇒ String
148 |
# File 'lib/aws-sdk-inspector/errors.rb', line 148
def can_retry: () -> ::String
|
#message ⇒ String
143 |
# File 'lib/aws-sdk-inspector/errors.rb', line 143
def message: () -> ::String
|