Class: Aws::LicenseManager::Types::ConflictException

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

Overview

There was a conflict processing the request. Try your request again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


317
318
319
320
321
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 317

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