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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acm/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)


478
479
480
481
482
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 478

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