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

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


200
201
202
203
204
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 200

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