Class: Aws::AlexaForBusiness::Types::AlreadyExistsException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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