Class: Aws::Shield::Types::OptimisticLockException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::OptimisticLockException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
Exception that indicates that the resource state has been modified by another client. Retrieve the resource and then retry your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1596 1597 1598 1599 1600 |
# File 'lib/aws-sdk-shield/types.rb', line 1596 class OptimisticLockException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |