Method: Aws::Chatbot::Types::TeamsChannelConfiguration#state_reason
- Defined in:
- lib/aws-sdk-chatbot/types.rb
#state_reason ⇒ String
Provided if State is DISABLED. Provides context as to why the resource is disabled.
2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 |
# File 'lib/aws-sdk-chatbot/types.rb', line 2022 class TeamsChannelConfiguration < Struct.new( :channel_id, :channel_name, :team_id, :team_name, :tenant_id, :chat_configuration_arn, :iam_role_arn, :sns_topic_arns, :configuration_name, :logging_level, :guardrail_policy_arns, :user_authorization_required, :tags, :state, :state_reason) SENSITIVE = [:channel_name, :team_name] include Aws::Structure end |