Class: Aws::Route53Resolver::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb

Overview

You have provided an invalid command. If you ran the UpdateFirewallDomains request. supported values are ADD, REMOVE, or REPLACE a domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5407
5408
5409
5410
5411
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 5407

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