Class: Aws::Scheduler::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::ConflictException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-scheduler/types.rb
Overview
Updating or deleting the resource can cause an inconsistent state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
82 83 84 85 86 |
# File 'lib/aws-sdk-scheduler/types.rb', line 82 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |