Class: Aws::DirectoryServiceData::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryServiceData::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservicedata/types.rb
Overview
The request isn’t valid. Review the details in the error message to update the invalid parameters or values in your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#reason ⇒ String
Reason the request failed validation.
Instance Attribute Details
#message ⇒ String
1735 1736 1737 1738 1739 1740 |
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 1735 class ValidationException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Reason the request failed validation.
1735 1736 1737 1738 1739 1740 |
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 1735 class ValidationException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |