Class: Aws::Route53RecoveryControlConfig::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::ConflictException
- 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
#message ⇒ String
200 201 202 203 204 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 200 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |