Class: Aws::CloudDirectory::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Indicates that your request is malformed in some manner. See the exception message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5537 5538 5539 5540 5541 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5537 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |