Class: Aws::AlexaForBusiness::Types::NameInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::NameInUseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
The name sent in the request is already in use.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3067 3068 3069 3070 3071 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3067 class NameInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |