Class: Aws::Inspector::Types::InternalException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::InternalException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Internal server error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#can_retry ⇒ Boolean
You can immediately retry your request.
-
#message ⇒ String
Details of the exception error.
Instance Attribute Details
#can_retry ⇒ Boolean
You can immediately retry your request.
1625 1626 1627 1628 1629 1630 |
# File 'lib/aws-sdk-inspector/types.rb', line 1625 class InternalException < Struct.new( :message, :can_retry) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Details of the exception error.
1625 1626 1627 1628 1629 1630 |
# File 'lib/aws-sdk-inspector/types.rb', line 1625 class InternalException < Struct.new( :message, :can_retry) SENSITIVE = [] include Aws::Structure end |