Class: Aws::Route53Resolver::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ValidationException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
5513 5514 5515 5516 5517 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 5513 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |