Class: Aws::CodeGuruReviewer::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
740 741 742 743 744 |
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 740 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |