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
681 682 683 684 685 |
# File 'lib/aws-sdk-synthetics/types.rb', line 681 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |