Class: Aws::LicenseManager::Types::ServerInternalException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/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

#messageString

Returns:

  • (String)


3616
3617
3618
3619
3620
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3616

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