Class: Aws::Route53Resolver::Types::ConflictException

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

#messageString

Returns:

  • (String)


225
226
227
228
229
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 225

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