Class: Aws::Synthetics::Types::ConflictException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


664
665
666
667
668
# File 'lib/aws-sdk-synthetics/types.rb', line 664

class ConflictException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end