types

package
v0.0.0-...-68f2935 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountPreferences

type AccountPreferences struct {

	// Turns on training data collection. This helps improve the AWS Chatbot
	// experience by allowing AWS Chatbot to store and use your customer information,
	// such as AWS Chatbot configurations, notifications, user inputs, AWS Chatbot
	// generated responses, and interaction data. This data helps us to continuously
	// improve and develop Artificial Intelligence (AI) technologies. Your data is not
	// shared with any third parties and is protected using sophisticated controls to
	// prevent unauthorized access and misuse. AWS Chatbot does not store or use
	// interactions in chat channels with Amazon Q for training AWS Chatbot’s AI
	// technologies.
	TrainingDataCollectionEnabled *bool

	// Enables use of a user role requirement in your chat configuration.
	UserAuthorizationRequired *bool
	// contains filtered or unexported fields
}

Preferences which apply for AWS Chatbot usage in the calling AWS account.

type ChimeWebhookConfiguration

type ChimeWebhookConfiguration struct {

	// The ARN of the ChimeWebhookConfiguration.
	//
	// This member is required.
	ChatConfigurationArn *string

	// The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a
	// user-defined role that AWS Chatbot will assume. This is not the service-linked
	// role. For more information, see IAM Policies for AWS Chatbot.
	//
	// This member is required.
	IamRoleArn *string

	// The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
	//
	// This member is required.
	SnsTopicArns []string

	// Description of the webhook. Recommend using the convention RoomName/WebhookName
	// . See Chime setup tutorial for more details:
	// https://docs.aws.amazon.com/chatbot/latest/adminguide/chime-setup.html.
	//
	// This member is required.
	WebhookDescription *string

	// The name of the configuration.
	ConfigurationName *string

	// Specifies the logging level for this configuration. This property affects the
	// log entries pushed to Amazon CloudWatch Logs.Logging levels include ERROR, INFO,
	// or NONE.
	LoggingLevel *string

	// A list of tags applied to the configuration.
	Tags []Tag
	// contains filtered or unexported fields
}

An AWS Chatbot configuration for Amazon Chime.

type ConfiguredTeam

type ConfiguredTeam struct {

	// The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID,
	// you must perform the initial authorization flow with Microsoft Teams in the AWS
	// Chatbot console. Then you can copy and paste the team ID from the console. For
	// more details, see steps 1-4 in Get started with Microsoft Teams in the AWS
	// Chatbot Administrator Guide.
	//
	// This member is required.
	TeamId *string

	// The ID of the Microsoft Teams tenant.
	//
	// This member is required.
	TenantId *string

	// The name of the Microsoft Teams Team.
	TeamName *string
	// contains filtered or unexported fields
}

A Microsoft Teams team that has been authorized with AWS Chatbot.

type ConflictException

type ConflictException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

There was an issue processing your request.

func (*ConflictException) Error

func (e *ConflictException) Error() string

func (*ConflictException) ErrorCode

func (e *ConflictException) ErrorCode() string

func (*ConflictException) ErrorFault

func (e *ConflictException) ErrorFault() smithy.ErrorFault

func (*ConflictException) ErrorMessage

func (e *ConflictException) ErrorMessage() string

type CreateChimeWebhookConfigurationException

type CreateChimeWebhookConfigurationException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*CreateChimeWebhookConfigurationException) Error

func (*CreateChimeWebhookConfigurationException) ErrorCode

func (*CreateChimeWebhookConfigurationException) ErrorFault

func (*CreateChimeWebhookConfigurationException) ErrorMessage

type CreateSlackChannelConfigurationException

type CreateSlackChannelConfigurationException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*CreateSlackChannelConfigurationException) Error

func (*CreateSlackChannelConfigurationException) ErrorCode

func (*CreateSlackChannelConfigurationException) ErrorFault

func (*CreateSlackChannelConfigurationException) ErrorMessage

type CreateTeamsChannelConfigurationException

type CreateTeamsChannelConfigurationException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*CreateTeamsChannelConfigurationException) Error

func (*CreateTeamsChannelConfigurationException) ErrorCode

func (*CreateTeamsChannelConfigurationException) ErrorFault

func (*CreateTeamsChannelConfigurationException) ErrorMessage

type DeleteChimeWebhookConfigurationException

type DeleteChimeWebhookConfigurationException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*DeleteChimeWebhookConfigurationException) Error

func (*DeleteChimeWebhookConfigurationException) ErrorCode

func (*DeleteChimeWebhookConfigurationException) ErrorFault

func (*DeleteChimeWebhookConfigurationException) ErrorMessage

type DeleteMicrosoftTeamsUserIdentityException

type DeleteMicrosoftTeamsUserIdentityException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*DeleteMicrosoftTeamsUserIdentityException) Error

func (*DeleteMicrosoftTeamsUserIdentityException) ErrorCode

func (*DeleteMicrosoftTeamsUserIdentityException) ErrorFault

func (*DeleteMicrosoftTeamsUserIdentityException) ErrorMessage

type DeleteSlackChannelConfigurationException

type DeleteSlackChannelConfigurationException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*DeleteSlackChannelConfigurationException) Error

func (*DeleteSlackChannelConfigurationException) ErrorCode

func (*DeleteSlackChannelConfigurationException) ErrorFault

func (*DeleteSlackChannelConfigurationException) ErrorMessage

type DeleteSlackUserIdentityException

type DeleteSlackUserIdentityException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*DeleteSlackUserIdentityException) Error

func (*DeleteSlackUserIdentityException) ErrorCode

func (*DeleteSlackUserIdentityException) ErrorFault

func (*DeleteSlackUserIdentityException) ErrorMessage

func (e *DeleteSlackUserIdentityException) ErrorMessage() string

type DeleteSlackWorkspaceAuthorizationFault

type DeleteSlackWorkspaceAuthorizationFault struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

There was an issue deleting your Slack workspace.

func (*DeleteSlackWorkspaceAuthorizationFault) Error

func (*DeleteSlackWorkspaceAuthorizationFault) ErrorCode

func (*DeleteSlackWorkspaceAuthorizationFault) ErrorFault

func (*DeleteSlackWorkspaceAuthorizationFault) ErrorMessage

type DeleteTeamsChannelConfigurationException

type DeleteTeamsChannelConfigurationException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*DeleteTeamsChannelConfigurationException) Error

func (*DeleteTeamsChannelConfigurationException) ErrorCode

func (*DeleteTeamsChannelConfigurationException) ErrorFault

func (*DeleteTeamsChannelConfigurationException) ErrorMessage

type DeleteTeamsConfiguredTeamException

type DeleteTeamsConfiguredTeamException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*DeleteTeamsConfiguredTeamException) Error

func (*DeleteTeamsConfiguredTeamException) ErrorCode

func (*DeleteTeamsConfiguredTeamException) ErrorFault

func (*DeleteTeamsConfiguredTeamException) ErrorMessage

func (e *DeleteTeamsConfiguredTeamException) ErrorMessage() string

type DescribeChimeWebhookConfigurationsException

type DescribeChimeWebhookConfigurationsException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*DescribeChimeWebhookConfigurationsException) Error

func (*DescribeChimeWebhookConfigurationsException) ErrorCode

func (*DescribeChimeWebhookConfigurationsException) ErrorFault

func (*DescribeChimeWebhookConfigurationsException) ErrorMessage

type DescribeSlackChannelConfigurationsException

type DescribeSlackChannelConfigurationsException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*DescribeSlackChannelConfigurationsException) Error

func (*DescribeSlackChannelConfigurationsException) ErrorCode

func (*DescribeSlackChannelConfigurationsException) ErrorFault

func (*DescribeSlackChannelConfigurationsException) ErrorMessage

type DescribeSlackUserIdentitiesException

type DescribeSlackUserIdentitiesException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*DescribeSlackUserIdentitiesException) Error

func (*DescribeSlackUserIdentitiesException) ErrorCode

func (*DescribeSlackUserIdentitiesException) ErrorFault

func (*DescribeSlackUserIdentitiesException) ErrorMessage

func (e *DescribeSlackUserIdentitiesException) ErrorMessage() string

type DescribeSlackWorkspacesException

type DescribeSlackWorkspacesException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*DescribeSlackWorkspacesException) Error

func (*DescribeSlackWorkspacesException) ErrorCode

func (*DescribeSlackWorkspacesException) ErrorFault

func (*DescribeSlackWorkspacesException) ErrorMessage

func (e *DescribeSlackWorkspacesException) ErrorMessage() string

type GetAccountPreferencesException

type GetAccountPreferencesException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*GetAccountPreferencesException) Error

func (*GetAccountPreferencesException) ErrorCode

func (e *GetAccountPreferencesException) ErrorCode() string

func (*GetAccountPreferencesException) ErrorFault

func (*GetAccountPreferencesException) ErrorMessage

func (e *GetAccountPreferencesException) ErrorMessage() string

type GetTeamsChannelConfigurationException

type GetTeamsChannelConfigurationException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*GetTeamsChannelConfigurationException) Error

func (*GetTeamsChannelConfigurationException) ErrorCode

func (*GetTeamsChannelConfigurationException) ErrorFault

func (*GetTeamsChannelConfigurationException) ErrorMessage

type InternalServiceError

type InternalServiceError struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

Customer/consumer-facing internal service exception. https://w.amazon.com/index.php/AWS/API_Standards/Exceptions#InternalServiceError

func (*InternalServiceError) Error

func (e *InternalServiceError) Error() string

func (*InternalServiceError) ErrorCode

func (e *InternalServiceError) ErrorCode() string

func (*InternalServiceError) ErrorFault

func (e *InternalServiceError) ErrorFault() smithy.ErrorFault

func (*InternalServiceError) ErrorMessage

func (e *InternalServiceError) ErrorMessage() string

type InvalidParameterException

type InvalidParameterException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

Your request input doesn't meet the constraints that AWS Chatbot requires.

func (*InvalidParameterException) Error

func (e *InvalidParameterException) Error() string

func (*InvalidParameterException) ErrorCode

func (e *InvalidParameterException) ErrorCode() string

func (*InvalidParameterException) ErrorFault

func (*InvalidParameterException) ErrorMessage

func (e *InvalidParameterException) ErrorMessage() string

type InvalidRequestException

type InvalidRequestException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

Your request input doesn't meet the constraints that AWS Chatbot requires.

func (*InvalidRequestException) Error

func (e *InvalidRequestException) Error() string

func (*InvalidRequestException) ErrorCode

func (e *InvalidRequestException) ErrorCode() string

func (*InvalidRequestException) ErrorFault

func (e *InvalidRequestException) ErrorFault() smithy.ErrorFault

func (*InvalidRequestException) ErrorMessage

func (e *InvalidRequestException) ErrorMessage() string

type LimitExceededException

type LimitExceededException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

You have exceeded a service limit for AWS Chatbot.

func (*LimitExceededException) Error

func (e *LimitExceededException) Error() string

func (*LimitExceededException) ErrorCode

func (e *LimitExceededException) ErrorCode() string

func (*LimitExceededException) ErrorFault

func (e *LimitExceededException) ErrorFault() smithy.ErrorFault

func (*LimitExceededException) ErrorMessage

func (e *LimitExceededException) ErrorMessage() string

type ListMicrosoftTeamsConfiguredTeamsException

type ListMicrosoftTeamsConfiguredTeamsException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*ListMicrosoftTeamsConfiguredTeamsException) Error

func (*ListMicrosoftTeamsConfiguredTeamsException) ErrorCode

func (*ListMicrosoftTeamsConfiguredTeamsException) ErrorFault

func (*ListMicrosoftTeamsConfiguredTeamsException) ErrorMessage

type ListMicrosoftTeamsUserIdentitiesException

type ListMicrosoftTeamsUserIdentitiesException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*ListMicrosoftTeamsUserIdentitiesException) Error

func (*ListMicrosoftTeamsUserIdentitiesException) ErrorCode

func (*ListMicrosoftTeamsUserIdentitiesException) ErrorFault

func (*ListMicrosoftTeamsUserIdentitiesException) ErrorMessage

type ListTeamsChannelConfigurationsException

type ListTeamsChannelConfigurationsException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*ListTeamsChannelConfigurationsException) Error

func (*ListTeamsChannelConfigurationsException) ErrorCode

func (*ListTeamsChannelConfigurationsException) ErrorFault

func (*ListTeamsChannelConfigurationsException) ErrorMessage

type ResourceNotFoundException

type ResourceNotFoundException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We were not able to find the resource for your request.

func (*ResourceNotFoundException) Error

func (e *ResourceNotFoundException) Error() string

func (*ResourceNotFoundException) ErrorCode

func (e *ResourceNotFoundException) ErrorCode() string

func (*ResourceNotFoundException) ErrorFault

func (*ResourceNotFoundException) ErrorMessage

func (e *ResourceNotFoundException) ErrorMessage() string

type ServiceUnavailableException

type ServiceUnavailableException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*ServiceUnavailableException) Error

func (*ServiceUnavailableException) ErrorCode

func (e *ServiceUnavailableException) ErrorCode() string

func (*ServiceUnavailableException) ErrorFault

func (*ServiceUnavailableException) ErrorMessage

func (e *ServiceUnavailableException) ErrorMessage() string

type SlackChannelConfiguration

type SlackChannelConfiguration struct {

	// The ARN of the SlackChannelConfiguration.
	//
	// This member is required.
	ChatConfigurationArn *string

	// The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a
	// user-defined role that AWS Chatbot will assume. This is not the service-linked
	// role. For more information, see IAM Policies for AWS Chatbot.
	//
	// This member is required.
	IamRoleArn *string

	// The ID of the Slack channel. To get the ID, open Slack, right click on the
	// channel name in the left pane, then choose Copy Link. The channel ID is the
	// 9-character string at the end of the URL. For example, ABCBBLZZZ.
	//
	// This member is required.
	SlackChannelId *string

	// The name of the Slack Channel.
	//
	// This member is required.
	SlackChannelName *string

	// The ID of the Slack workspace authorized with AWS Chatbot.
	//
	// This member is required.
	SlackTeamId *string

	// Name of the Slack Workspace.
	//
	// This member is required.
	SlackTeamName *string

	// The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
	//
	// This member is required.
	SnsTopicArns []string

	// The name of the configuration.
	ConfigurationName *string

	// The list of IAM policy ARNs that are applied as channel guardrails. The AWS
	// managed 'AdministratorAccess' policy is applied by default if this is not set.
	GuardrailPolicyArns []string

	// Logging levels include ERROR, INFO, or NONE.
	LoggingLevel *string

	// A list of tags applied to the configuration.
	Tags []Tag

	// Enables use of a user role requirement in your chat configuration.
	UserAuthorizationRequired *bool
	// contains filtered or unexported fields
}

An AWS Chatbot configuration for Slack.

type SlackUserIdentity

type SlackUserIdentity struct {

	// The ARN of the SlackChannelConfiguration associated with the user identity.
	//
	// This member is required.
	ChatConfigurationArn *string

	// The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a
	// user-defined role that AWS Chatbot will assume. This is not the service-linked
	// role. For more information, see IAM Policies for AWS Chatbot.
	//
	// This member is required.
	IamRoleArn *string

	// The ID of the Slack workspace authorized with AWS Chatbot.
	//
	// This member is required.
	SlackTeamId *string

	// The ID of the user in Slack.
	//
	// This member is required.
	SlackUserId *string

	// The AWS user identity ARN used to associate a Slack User Identity with an IAM
	// Role.
	AwsUserIdentity *string
	// contains filtered or unexported fields
}

Identifes a User level permission for a channel configuration.

type SlackWorkspace

type SlackWorkspace struct {

	// The ID of the Slack workspace authorized with AWS Chatbot.
	//
	// This member is required.
	SlackTeamId *string

	// Name of the Slack Workspace.
	//
	// This member is required.
	SlackTeamName *string
	// contains filtered or unexported fields
}

A Slack Workspace.

type Tag

type Tag struct {

	// The tag key.
	//
	// This member is required.
	TagKey *string

	// The tag value.
	//
	// This member is required.
	TagValue *string
	// contains filtered or unexported fields
}

A tag applied to the configuration.

type TeamsChannelConfiguration

type TeamsChannelConfiguration struct {

	// The ID of the Microsoft Teams channel.
	//
	// This member is required.
	ChannelId *string

	// The ARN of the MicrosoftTeamsChannelConfiguration.
	//
	// This member is required.
	ChatConfigurationArn *string

	// The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a
	// user-defined role that AWS Chatbot will assume. This is not the service-linked
	// role. For more information, see IAM Policies for AWS Chatbot.
	//
	// This member is required.
	IamRoleArn *string

	// The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
	//
	// This member is required.
	SnsTopicArns []string

	// The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID,
	// you must perform the initial authorization flow with Microsoft Teams in the AWS
	// Chatbot console. Then you can copy and paste the team ID from the console. For
	// more details, see steps 1-4 in Get started with Microsoft Teams in the AWS
	// Chatbot Administrator Guide.
	//
	// This member is required.
	TeamId *string

	// The ID of the Microsoft Teams tenant.
	//
	// This member is required.
	TenantId *string

	// The name of the Microsoft Teams channel.
	ChannelName *string

	// The name of the configuration.
	ConfigurationName *string

	// The list of IAM policy ARNs that are applied as channel guardrails. The AWS
	// managed 'AdministratorAccess' policy is applied by default if this is not set.
	GuardrailPolicyArns []string

	// Logging levels include ERROR, INFO, or NONE.
	LoggingLevel *string

	// A list of tags applied to the configuration.
	Tags []Tag

	// The name of the Microsoft Teams Team.
	TeamName *string

	// Enables use of a user role requirement in your chat configuration.
	UserAuthorizationRequired *bool
	// contains filtered or unexported fields
}

An AWS Chatbot configuration for Microsoft Teams.

type TeamsUserIdentity

type TeamsUserIdentity struct {

	// The ARN of the MicrosoftTeamsChannelConfiguration associated with the user
	// identity.
	//
	// This member is required.
	ChatConfigurationArn *string

	// The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a
	// user-defined role that AWS Chatbot will assume. This is not the service-linked
	// role. For more information, see IAM Policies for AWS Chatbot.
	//
	// This member is required.
	IamRoleArn *string

	// The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID,
	// you must perform the initial authorization flow with Microsoft Teams in the AWS
	// Chatbot console. Then you can copy and paste the team ID from the console. For
	// more details, see steps 1-4 in Get started with Microsoft Teams in the AWS
	// Chatbot Administrator Guide.
	//
	// This member is required.
	TeamId *string

	// The AWS user identity ARN used to associate a Microsoft Teams User Identity
	// with an IAM Role.
	AwsUserIdentity *string

	// The ID of the Microsoft Teams channel.
	TeamsChannelId *string

	// The ID of the Microsoft Teams tenant.
	TeamsTenantId *string

	// Id from Microsoft Teams for user.
	UserId *string
	// contains filtered or unexported fields
}

Identifes a user level permission for a channel configuration.

type TooManyTagsException

type TooManyTagsException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The supplied list of tags contains too many tags.

func (*TooManyTagsException) Error

func (e *TooManyTagsException) Error() string

func (*TooManyTagsException) ErrorCode

func (e *TooManyTagsException) ErrorCode() string

func (*TooManyTagsException) ErrorFault

func (e *TooManyTagsException) ErrorFault() smithy.ErrorFault

func (*TooManyTagsException) ErrorMessage

func (e *TooManyTagsException) ErrorMessage() string

type UpdateAccountPreferencesException

type UpdateAccountPreferencesException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*UpdateAccountPreferencesException) Error

func (*UpdateAccountPreferencesException) ErrorCode

func (*UpdateAccountPreferencesException) ErrorFault

func (*UpdateAccountPreferencesException) ErrorMessage

func (e *UpdateAccountPreferencesException) ErrorMessage() string

type UpdateChimeWebhookConfigurationException

type UpdateChimeWebhookConfigurationException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*UpdateChimeWebhookConfigurationException) Error

func (*UpdateChimeWebhookConfigurationException) ErrorCode

func (*UpdateChimeWebhookConfigurationException) ErrorFault

func (*UpdateChimeWebhookConfigurationException) ErrorMessage

type UpdateSlackChannelConfigurationException

type UpdateSlackChannelConfigurationException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*UpdateSlackChannelConfigurationException) Error

func (*UpdateSlackChannelConfigurationException) ErrorCode

func (*UpdateSlackChannelConfigurationException) ErrorFault

func (*UpdateSlackChannelConfigurationException) ErrorMessage

type UpdateTeamsChannelConfigurationException

type UpdateTeamsChannelConfigurationException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

We can’t process your request right now because of a server issue. Try again later.

func (*UpdateTeamsChannelConfigurationException) Error

func (*UpdateTeamsChannelConfigurationException) ErrorCode

func (*UpdateTeamsChannelConfigurationException) ErrorFault

func (*UpdateTeamsChannelConfigurationException) ErrorMessage

Source Files

  • errors.go
  • types.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL