Class: Aws::SecurityHub::Types::InternalException

Inherits:
Struct
  • Object
show all
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

#codeString

Returns:

  • (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

#messageString

Returns:

  • (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