Class: Aws::WorkMail::Types::EntityStateException

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

Overview

You are performing an operation on a user, group, or resource that isn’t in the expected state, such as trying to delete an active user.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2158
2159
2160
2161
2162
# File 'lib/aws-sdk-workmail/types.rb', line 2158

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