Class: Aws::RecycleBin::Types::ConflictException

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

Overview

The specified retention rule lock request can't be completed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


24
25
26
27
28
29
# File 'gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb', line 24

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

#reasonString

The reason for the exception.

Returns:

  • (String)


24
25
26
27
28
29
# File 'gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb', line 24

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