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

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


2007
2008
2009
2010
2011
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2007

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