Class: Aws::LicenseManagerLinuxSubscriptions::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb

Overview

An exception occurred with the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


263
264
265
266
267
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 263

class InternalServerException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end