Class: Aws::S3Files::Types::ConflictException

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

Overview

The request conflicts with the current state of the resource. This can occur when trying to create a resource that already exists or delete a resource that is in use.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code associated with the exception.

Returns:

  • (String)


34
35
36
37
38
39
40
41
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 34

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

#messageString

Returns:

  • (String)


34
35
36
37
38
39
40
41
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 34

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

#resource_idString

The identifier of the resource that caused the conflict.

Returns:

  • (String)


34
35
36
37
38
39
40
41
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 34

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

#resource_typeString

The type of the resource that caused the conflict.

Returns:

  • (String)


34
35
36
37
38
39
40
41
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 34

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