Class: Aws::ACM::Types::ConflictException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-acm/types.rb

Overview

You are trying to update a resource or configuration that is already being created or updated. Wait for the previous operation to finish and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


468
469
470
471
472
# File 'lib/aws-sdk-acm/types.rb', line 468

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