Class: Aws::SecurityHub::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

The request has failed due to an internal failure of the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


26417
26418
26419
26420
26421
26422
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26417

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

#messageString

Returns:

  • (String)


26417
26418
26419
26420
26421
26422
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26417

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