Class: Aws::Chatbot::Types::DeleteSlackUserIdentityException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::DeleteSlackUserIdentityException
- Defined in:
- gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb
Overview
We can’t process your request right now because of a server issue. Try again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
585 586 587 588 589 |
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 585 class DeleteSlackUserIdentityException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |