Class: Aws::CodeGuruReviewer::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/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

#messageString

Returns:

  • (String)


740
741
742
743
744
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 740

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