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
27617 27618 27619 27620 27621 27622 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27617 class InternalException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
27617 27618 27619 27620 27621 27622 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27617 class InternalException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |