Class: Aws::Route53Profiles::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53profiles/types.rb
Overview
You have provided an invalid command.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
959 960 961 962 963 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 959 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |