Class: Aws::CloudDirectory::Types::InvalidSchemaDocException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::InvalidSchemaDocException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Indicates that the provided ‘SchemaDoc` value is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3339 3340 3341 3342 3343 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3339 class InvalidSchemaDocException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |