Class: Aws::CloudDirectory::Types::SchemaAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::SchemaAlreadyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Indicates that a schema could not be created due to a naming conflict. Please select a different name and then try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4888 4889 4890 4891 4892 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4888 class SchemaAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |