Class: Aws::Route53Resolver::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
The requested state transition isn’t valid. For example, you can’t delete a firewall domain list if it is in the process of being deleted, or you can’t import domains into a domain list that is in the process of being deleted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
228 229 230 231 232 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 228 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |