Class: Aws::LicenseManagerUserSubscriptions::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
An exception occurred with the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
572 573 574 575 576 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 572 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |