Class: Aws::AppConfig::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb

Overview

The request could not be processed because of conflict in the current state of the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


412
413
414
415
416
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 412

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