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
3616 3617 3618 3619 3620 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3616 class ServerInternalException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |