Class: Aws::LicenseManagerUserSubscriptions::Types::ConflictException

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

Overview

The request couldn't be completed because it conflicted with the current state of the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


87
88
89
90
91
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 87

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