Class: Aws::LicenseManager::Types::LicenseUsageException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb

Overview

You do not have enough licenses available to support a new resource launch.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2304
2305
2306
2307
2308
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 2304

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