Class: Aws::CloudDirectory::Types::FacetAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::FacetAlreadyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
A facet with the same name already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2734 2735 2736 2737 2738 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2734 class FacetAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |