Class: Aws::SecurityHub::Types::InternalException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::InternalException
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Internal server error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
25117 25118 25119 25120 25121 25122 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25117 class InternalException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
25117 25118 25119 25120 25121 25122 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25117 class InternalException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |