Class: Aws::RecycleBin::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RecycleBin::Types::ConflictException
- 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
-
#message ⇒ String
-
#reason ⇒ String
The reason for the exception.
Instance Attribute Details
#message ⇒ 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 |
#reason ⇒ String
The reason for the exception.
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 |