Class: Aws::SSMIncidents::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::InternalServerException
- Defined in:
- gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb
Overview
The request processing has failed because of an unknown error, exception or failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1308 1309 1310 1311 1312 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1308 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |