Class: Aws::SsmSap::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::InternalServerException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
An internal error has occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
824 825 826 827 828 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 824 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |