Class: Aws::LicenseManager::Types::InvalidParameterValueException

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

Overview

One or more parameter values are not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1790
1791
1792
1793
1794
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1790

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