Class: Aws::Synthetics::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::ConflictException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-synthetics/types.rb
Overview
A conflicting operation is already in progress.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
697 698 699 700 701 |
# File 'lib/aws-sdk-synthetics/types.rb', line 697 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |