Class: Aws::CloudDirectory::Types::FacetValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::FacetValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
The Facet that you provided was not well formed or could not be validated with the schema.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2898 2899 2900 2901 2902 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2898 class FacetValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |