Class: Aws::WorkSpacesThinClient::Types::ConflictException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspacesthinclient/types.rb

Overview

The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


43
44
45
46
47
48
49
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 43

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

#resource_idString

The ID of the resource associated with the request.

Returns:

  • (String)


43
44
45
46
47
48
49
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 43

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

#resource_typeString

The type of the resource associated with the request.

Returns:

  • (String)


43
44
45
46
47
48
49
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 43

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