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)


26031
26032
26033
26034
26035
26036
# File 'lib/aws-sdk-securityhub/types.rb', line 26031

class InternalException < Struct.new(
  :message,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


26031
26032
26033
26034
26035
26036
# File 'lib/aws-sdk-securityhub/types.rb', line 26031

class InternalException < Struct.new(
  :message,
  :code)
  SENSITIVE = []
  include Aws::Structure
end