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)


26028
26029
26030
26031
26032
26033
# File 'lib/aws-sdk-securityhub/types.rb', line 26028

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

#messageString

Returns:

  • (String)


26028
26029
26030
26031
26032
26033
# File 'lib/aws-sdk-securityhub/types.rb', line 26028

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