Class: Aws::Route53RecoveryControlConfig::Types::ConflictException

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

Overview

409 response - ConflictException. You might be using a predefined variable.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


205
206
207
208
209
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 205

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