Class: Aws::AlexaForBusiness::Types::AlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::AlreadyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
The resource being created already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
68 69 70 71 72 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 68 class AlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |