Class: Aws::LicenseManager::Types::ServerInternalException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ServerInternalException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
The server experienced an internal error. Try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3631 3632 3633 3634 3635 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3631 class ServerInternalException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |