Class: Aws::SecurityHub::Types::InternalException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::InternalException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Internal server error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
26024 26025 26026 26027 26028 26029 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26024 class InternalException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
26024 26025 26026 26027 26028 26029 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26024 class InternalException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |