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
19381 19382 19383 19384 19385 19386 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19381 class InternalException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
19381 19382 19383 19384 19385 19386 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19381 class InternalException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |