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
792 793 794 795 796 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 792 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |