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
5741 5742 5743 5744 5745 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 5741 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |