Class: Aws::CodeGuruSecurity::Types::InternalServerException

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

Overview

The server encountered an internal error and is unable to complete the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorString

The internal error encountered by the server.

Returns:

  • (String)


743
744
745
746
747
748
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 743

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

#messageString

Description of the error.

Returns:

  • (String)


743
744
745
746
747
748
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 743

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