Class: Aws::CodeGuruProfiler::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/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
1008 1009 1010 1011 1012 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 1008 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |