Class: Aws::AlexaForBusiness::Types::InvalidUserStatusException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-alexaforbusiness/types.rb

Overview

The attempt to update a user is invalid due to the user’s current status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2561
2562
2563
2564
2565
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2561

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