Class: Aws::AlexaForBusiness::Types::NameInUseException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/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

#messageString

Returns:

  • (String)


3067
3068
3069
3070
3071
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3067

class NameInUseException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end