Method: Aws::Chatbot::Types::ConfiguredTeam#state

Defined in:
lib/aws-sdk-chatbot/types.rb

#stateString

Either ENABLED or DISABLED. The resource returns DISABLED if the organization’s AWS Chatbot policy has explicitly denied that configuration. For example, if Amazon Chime is disabled.

Returns:

  • (String)


191
192
193
194
195
196
197
198
199
# File 'lib/aws-sdk-chatbot/types.rb', line 191

class ConfiguredTeam < Struct.new(
  :tenant_id,
  :team_id,
  :team_name,
  :state,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end