Class: Aws::ApplicationInsights::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/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
854 855 856 857 858 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 854 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |